git » kwallet.git » commit bd3845d

Use correct tarball (FS#49452)

author Antonio Rojas
2016-05-24 14:48:15 UTC
committer Antonio Rojas
2016-05-24 14:48:15 UTC
parent 3b41e4fef199ee191e9a63379ad5426fb8e9961d

Use correct tarball (FS#49452)

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 76aeeb5..bc17594 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=kwallet
 pkgver=5.22.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -14,7 +14,7 @@ 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=('4a167cfcc872260bec9199a32c39d050'
+md5sums=('786c2c39d19c5eb3afc7fa7fd1102292'
          '0510c98e6bb0ff8c4f9d126981c2d849')
 
 prepare() {