author | Felix Yan
<felixonmars@archlinux.org> 2016-06-14 16:01:00 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2016-06-14 16:01:00 UTC |
parent | bd3845d79ddcebaf0d909c923c45ba8f4e1843f7 |
PKGBUILD | +4 | -10 |
diff --git a/PKGBUILD b/PKGBUILD index bc17594..ddb6d35 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kwallet -pkgver=5.22.0 -pkgrel=3 +pkgver=5.23.0 +pkgrel=1 pkgdesc='Secure and unified container for user passwords' arch=('i686' 'x86_64') url='https://community.kde.org/Frameworks' @@ -12,17 +12,11 @@ depends=('knotifications' 'kiconthemes' 'kservice' 'gpgmepp') makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost') optdepends=('kwalletmanager: Configuration GUI') groups=('kf5') -source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" - kdebug-356944.patch::"https://quickgit.kde.org/?p=kwallet.git&a=commitdiff&h=58a80367&o=plain") -md5sums=('786c2c39d19c5eb3afc7fa7fd1102292' - '0510c98e6bb0ff8c4f9d126981c2d849') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") +md5sums=('37715313db7117da3eabc163ce8c9f0b') prepare() { mkdir -p build - - cd $pkgname-$pkgver -# Fix migration https://bugs.kde.org/show_bug.cgi?id=356944 - patch -p1 -i ../kdebug-356944.patch } build() {