diff options
Diffstat (limited to 'kde-unstable/kdeutils-kgpg/PKGBUILD')
-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 e8b3a2631..fb6b3453b 100644 --- a/kde-unstable/kdeutils-kgpg/PKGBUILD +++ b/kde-unstable/kdeutils-kgpg/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 160168 2012-05-29 23:10:49Z andrea $ +# $Id: PKGBUILD 161753 2012-06-13 15:01:56Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kgpg -pkgver=4.8.80 +pkgver=4.8.90 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.xz") -sha1sums=('08d13af5cbc44547b96087cbbcbeae249fd6fdc6') +sha1sums=('a9cc9519459976d3cec3538694d42ee5a45a7dde') build() { cd "${srcdir}" |