diff options
Diffstat (limited to 'extra/seahorse-nautilus/PKGBUILD')
-rw-r--r-- | extra/seahorse-nautilus/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/seahorse-nautilus/PKGBUILD b/extra/seahorse-nautilus/PKGBUILD index c296729ca..e162ad220 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 196734 2013-10-17 12:31:17Z heftig $ # 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') @@ -14,7 +14,7 @@ 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" |