diff options
Diffstat (limited to 'kde-unstable/kdeutils-kgpg/PKGBUILD')
-rw-r--r-- | kde-unstable/kdeutils-kgpg/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-unstable/kdeutils-kgpg/PKGBUILD b/kde-unstable/kdeutils-kgpg/PKGBUILD index 9c6f639a7..fb7190e3b 100644 --- a/kde-unstable/kdeutils-kgpg/PKGBUILD +++ b/kde-unstable/kdeutils-kgpg/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 143436 2011-11-24 16:16:56Z andrea $ +# $Id: PKGBUILD 144835 2011-12-08 11:11:00Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-kgpg -pkgver=4.7.80 +pkgver=4.7.90 pkgrel=1 pkgdesc='A GnuPG frontend' -url='http://kde.org/applications/utilities/kgpg' +url='http://kde.org/applications/utilities/kgpg/' arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') depends=('kdepim-runtime' 'kde-agent') @@ -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=('ee2143a2c5ecc04608e7b037a364b2f360d06574') +sha1sums=('77f2bf2eeed2945046a9b563a8d8dc040c5559ab') build() { cd "${srcdir}" |