[arch-commits] Commit in seahorse-nautilus/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Mar 25 19:13:36 UTC 2015


    Date: Wednesday, March 25, 2015 @ 20:13:36
  Author: heftig
Revision: 234926

3.11.92

Modified:
  seahorse-nautilus/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-25 19:12:48 UTC (rev 234925)
+++ PKGBUILD	2015-03-25 19:13:36 UTC (rev 234926)
@@ -3,7 +3,7 @@
 # Contributor: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=seahorse-nautilus
-pkgver=3.10.1
+pkgver=3.11.92
 pkgrel=1
 pkgdesc="PGP encryption and signing for nautilus"
 arch=('i686' 'x86_64')
@@ -13,13 +13,13 @@
 makedepends=('intltool')
 install=$pkgname.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('eacaf33bba920cf117641393a6eef483dbc075009349082e77d22f79afbd823a')
+sha256sums=('70374f9bb46a0adfbd154f4094e7a05b7766abfe60845a0a49463b4d15f17f92')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-static --disable-schemas-compile
+              --disable-static --disable-schemas-compile --disable-gpg-check
   make
 }
 



More information about the arch-commits mailing list