diff options
Diffstat (limited to 'kde-unstable/kdeutils-kgpg')
-rw-r--r-- | kde-unstable/kdeutils-kgpg/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdeutils-kgpg/PKGBUILD b/kde-unstable/kdeutils-kgpg/PKGBUILD index 991bc001d..72c9e05c9 100644 --- a/kde-unstable/kdeutils-kgpg/PKGBUILD +++ b/kde-unstable/kdeutils-kgpg/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 145552 2011-12-22 23:19:37Z andrea $ +# $Id: PKGBUILD 146172 2012-01-05 13:43:33Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kgpg -pkgver=4.7.95 +pkgver=4.7.97 pkgrel=1 pkgdesc='A GnuPG frontend' url='http://kde.org/applications/utilities/kgpg/' @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') groups=('kde' 'kdeutils') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/kgpg-${pkgver}.tar.bz2") -sha1sums=('f145be00852e9f29758be4d4df36dc51b39fe57c') +sha1sums=('6c876bc446b446f2a673b923eb89b4676f60de9b') build() { cd "${srcdir}" |