diff options
Diffstat (limited to 'testing/kdeutils-kwallet/PKGBUILD')
-rw-r--r-- | testing/kdeutils-kwallet/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/kdeutils-kwallet/PKGBUILD b/testing/kdeutils-kwallet/PKGBUILD index 08b139088..afcab8751 100644 --- a/testing/kdeutils-kwallet/PKGBUILD +++ b/testing/kdeutils-kwallet/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 166125 2012-09-04 16:34:18Z andrea $ +# $Id: PKGBUILD 167658 2012-10-02 20:02:19Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kwallet -pkgver=4.9.1 +pkgver=4.9.2 pkgrel=1 pkgdesc='Wallet Management Tool' url='http://kde.org/applications/system/kwalletmanager/' @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') groups=('kde' 'kdeutils') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kwallet-${pkgver}.tar.xz") -sha1sums=('da1eef2fcb729fbcd28adeac486fedfc16175be2') +sha1sums=('e77e2cbf91f14e95ccd45fb1931df274f6c68cc7') build() { cd "${srcdir}" |