diff options
Diffstat (limited to 'extra/seahorse-nautilus/PKGBUILD')
-rw-r--r-- | extra/seahorse-nautilus/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/seahorse-nautilus/PKGBUILD b/extra/seahorse-nautilus/PKGBUILD index c5cf70f1a..5df94a34c 100644 --- a/extra/seahorse-nautilus/PKGBUILD +++ b/extra/seahorse-nautilus/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 196136 2013-10-07 11:53:28Z jgc $ +# $Id: PKGBUILD 198426 2013-10-30 14:48:13Z allan $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Balló György <ballogyor+arch at gmail dot com> pkgname=seahorse-nautilus -pkgver=3.10.0 +pkgver=3.10.1 pkgrel=1 pkgdesc="PGP encryption and signing for nautilus" arch=('i686' 'x86_64' 'mips64el') @@ -11,10 +11,9 @@ url="http://git.gnome.org/browse/seahorse-nautilus/" license=('GPL') depends=('libcryptui' 'gcr' 'nautilus') makedepends=('intltool') -options=('!libtool') install=$pkgname.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('d54c5fbc2bade03296d39999f8412708cfa87e82bda3c5af8e0b8ad86b2fadf3') +sha256sums=('eacaf33bba920cf117641393a6eef483dbc075009349082e77d22f79afbd823a') build() { cd "$srcdir/$pkgname-$pkgver" |