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

Jan Steffens heftig at archlinux.org
Sun Jun 25 15:48:42 UTC 2017


    Date: Sunday, June 25, 2017 @ 15:48:31
  Author: heftig
Revision: 299217

3.20.0+94+g4c671a78-1

Modified:
  seahorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-25 13:30:51 UTC (rev 299216)
+++ PKGBUILD	2017-06-25 15:48:31 UTC (rev 299217)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants <michel.linux at tiscali.be>
 
 pkgname=seahorse
-pkgver=3.20.0+44+ga1474bb
+pkgver=3.20.0+94+g4c671a78
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -14,10 +14,9 @@
 makedepends=(libldap intltool yelp-tools gobject-introspection openssh vala gnome-common git)
 optdepends=('openssh: SSH support')
 provides=(x11-ssh-askpass)
-options=('!emptydirs')
 groups=(gnome-extra)
-_commit=a1474bb0ac692c81e74aa3cdbea0ff7ae3f9cbe9  # master
-source=("git://git.gnome.org/seahorse#commit=$_commit")
+_commit=4c671a7844b0aa9eea1bdbc67d1d7fa8e2451226  # master
+source=("git+https://git.gnome.org/browse/seahorse#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -33,8 +32,7 @@
 build() {
   cd "$pkgname"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --enable-ldap --enable-hkp \
-      --disable-schemas-compile
+      --enable-ldap --enable-hkp --disable-schemas-compile
   make
 }
 



More information about the arch-commits mailing list