diff options
author | root <root@rshg054.dnsready.net> | 2011-12-11 23:15:00 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-11 23:15:00 +0000 |
commit | 22b0fa480661b6247dabf39059fe629e1d233a9a (patch) | |
tree | 21d577c8083046449768f463eef2a2e1bcebaa92 /extra/seahorse/PKGBUILD | |
parent | e37e888e9ecdc23a004eb19d72c64c02c5af3249 (diff) |
Sun Dec 11 23:15:00 UTC 2011
Diffstat (limited to 'extra/seahorse/PKGBUILD')
-rw-r--r-- | extra/seahorse/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/seahorse/PKGBUILD b/extra/seahorse/PKGBUILD index a2b0c0585..9d569b19e 100644 --- a/extra/seahorse/PKGBUILD +++ b/extra/seahorse/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 142894 2011-11-17 18:35:07Z ibiru $ +# $Id: PKGBUILD 144929 2011-12-10 21:36:00Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Michel Brabants <michel.linux@tiscali.be> pkgname=seahorse pkgver=3.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME application for managing PGP keys." arch=(i686 x86_64) license=('GPL') @@ -19,7 +19,7 @@ install=seahorse.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz seahorse-ssh-askpass.sh) sha256sums=('25146aa4c4bb4c375ec1afec524e1907852989bd1b0c9e12490326616ac6a7e9' - '1792ab2c0bbad446b8fad0a0c9008a75f60a9666c895d37d2adcd827e49fafbb') + '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c') build() { cd "$srcdir/$pkgname-$pkgver" |