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

Jan Steffens heftig at archlinux.org
Wed Oct 12 16:51:12 UTC 2016


    Date: Wednesday, October 12, 2016 @ 16:51:11
  Author: heftig
Revision: 278498

3.22.1+5+g5d281a8-1

Modified:
  epiphany/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-12 16:50:40 UTC (rev 278497)
+++ PKGBUILD	2016-10-12 16:51:11 UTC (rev 278498)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=epiphany
-pkgver=3.22.0+6+gdbb6b80
+pkgver=3.22.1+5+g5d281a8
 pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web"
@@ -13,14 +13,21 @@
 makedepends=(intltool itstool docbook-xml startup-notification
              gobject-introspection yelp-tools autoconf-archive appstream-glib git)
 groups=(gnome)
-_commit=dbb6b80fda3d68a5bf2a2d13a674b3c3007480b5  # gnome-3-22
+_commit=5d281a891b956ad714ce91d37c64438eadeca7bc  # gnome-3-22
 source=("git://git.gnome.org/epiphany#commit=$_commit"
+        "git://git.gnome.org/libgd"
         pluginsdir.diff)
 sha256sums=('SKIP'
+            'SKIP'
             '42a7b820fd659fee8508a9b9a57e385c658b3b312c7a8f9456078223e4d78f22')
 
 pkgver() {
   cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
   git describe --tags | sed 's/-/+/g'
 }
 



More information about the arch-commits mailing list