diff options
Diffstat (limited to 'community/seahorse-nautilus/PKGBUILD')
-rw-r--r-- | community/seahorse-nautilus/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/seahorse-nautilus/PKGBUILD b/community/seahorse-nautilus/PKGBUILD index 044ffa478..302086b15 100644 --- a/community/seahorse-nautilus/PKGBUILD +++ b/community/seahorse-nautilus/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 79156 2012-10-31 05:28:08Z bgyorgy $ +# $Id: PKGBUILD 87367 2013-03-30 11:14:30Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=seahorse-nautilus -pkgver=3.6.1 +pkgver=3.8.0 pkgrel=1 pkgdesc="PGP encryption and signing for nautilus" arch=('i686' 'x86_64') @@ -10,11 +10,10 @@ url="http://git.gnome.org/browse/seahorse-nautilus/" license=('GPL') depends=('libcryptui' 'gcr' 'nautilus') makedepends=('intltool') -replaces=('seahorse-plugins') options=('!libtool') install=$pkgname.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('912d9c1e84ad1e24af6308b84d622a72d9e1bdae71284ddbd6277fdb459c31d2') +sha256sums=('8173ef08a700ff254fb5637a7f2138ba7625b19ed2102a82fd69f1ecb8072863') build() { cd "$srcdir/$pkgname-$pkgver" |