diff options
Diffstat (limited to 'kde-unstable/kdeutils-kwallet/PKGBUILD')
-rw-r--r-- | kde-unstable/kdeutils-kwallet/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdeutils-kwallet/PKGBUILD b/kde-unstable/kdeutils-kwallet/PKGBUILD index 2557fe1c2..cdc0c24bb 100644 --- a/kde-unstable/kdeutils-kwallet/PKGBUILD +++ b/kde-unstable/kdeutils-kwallet/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 144838 2011-12-08 11:12:27Z andrea $ +# $Id: PKGBUILD 145555 2011-12-22 23:20:59Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kwallet -pkgver=4.7.90 +pkgver=4.7.95 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/unstable/${pkgver}/src/kwallet-${pkgver}.tar.bz2") -sha1sums=('a2c667f38852c9293866a3cdd71073c3c46079d5') +sha1sums=('3acefd96593fa4e95a80405032c0003da73410be') build() { cd "${srcdir}" |