[arch-commits] Commit in gnome-getting-started-docs/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Oct 31 18:56:57 UTC 2017


    Date: Tuesday, October 31, 2017 @ 18:56:56
  Author: heftig
Revision: 308786

3.26.2-1

Modified:
  gnome-getting-started-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-31 18:54:04 UTC (rev 308785)
+++ PKGBUILD	2017-10-31 18:56:56 UTC (rev 308786)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-getting-started-docs
-pkgver=3.26.1
+pkgver=3.26.2
 pkgrel=1
 pkgdesc="Help a new user get started in GNOME"
+url="https://git.gnome.org/browse/gnome-getting-started-docs"
+license=('CCPL:cc-by-sa-3.0')
 arch=(any)
-license=('CCPL:cc-by-sa-3.0')
 # gst plugins required to decode help videos
 depends=(yelp gst-plugins-base gst-plugins-good)
 makedepends=(yelp-tools git)
-url="http://www.gnome.org"
 groups=(gnome-extra)
-_commit=cdb0c05310a0e31ad395bcd4b14eb5134f9a1b9b  # tags/3.26.1^0
+_commit=621be0138977dd86f0def233c994673f675b5fa6  # tags/3.26.2^0
 source=("git+https://git.gnome.org/browse/gnome-getting-started-docs#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -28,8 +28,7 @@
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 



More information about the arch-commits mailing list