Date: Tuesday, June 14, 2016 @ 16:01:00 Author: felixonmars Revision: 269646
upgpkg: kwallet 5.23.0-1 Upstream release Modified: kwallet/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-14 16:00:53 UTC (rev 269645) +++ PKGBUILD 2016-06-14 16:01:00 UTC (rev 269646) @@ -3,8 +3,8 @@ # Contributor: Andrea Scarpino <[email protected]> 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' @@ -13,17 +13,11 @@ 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() {
