[arch-commits] Commit in kwallet/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon May 23 17:06:37 UTC 2016


    Date: Monday, May 23, 2016 @ 19:06:36
  Author: arojas
Revision: 268512

Fix migration (FS#47474)

Modified:
  kwallet/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-23 16:56:48 UTC (rev 268511)
+++ PKGBUILD	2016-05-23 17:06:36 UTC (rev 268512)
@@ -4,7 +4,7 @@
 
 pkgname=kwallet
 pkgver=5.22.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -13,13 +13,17 @@
 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")
-md5sums=('786c2c39d19c5eb3afc7fa7fd1102292')
+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=('4a167cfcc872260bec9199a32c39d050'
+         '0510c98e6bb0ff8c4f9d126981c2d849')
 
 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() {



More information about the arch-commits mailing list