[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Jan 26 21:10:50 UTC 2017
Date: Thursday, January 26, 2017 @ 21:10:49
Author: heftig
Revision: 287546
1.25+33+g567353f-1
Modified:
gtk-doc/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-26 21:09:59 UTC (rev 287545)
+++ PKGBUILD 2017-01-26 21:10:49 UTC (rev 287546)
@@ -2,17 +2,17 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=gtk-doc
-pkgver=1.25+27+gd3bccc0
+pkgver=1.25+33+g567353f
pkgrel=1
pkgdesc="Documentation tool for public library API"
-arch=('any')
-license=('GPL' 'FDL')
-depends=('docbook-xsl' 'docbook-xml' 'perl' 'source-highlight')
-makedepends=('dblatex' 'git' 'yelp-tools')
+url="https://www.gtk.org/gtk-doc/"
+arch=(any)
+license=(GPL FDL)
+depends=(docbook-xsl docbook-xml perl source-highlight glib2-docs python2)
+makedepends=(dblatex git yelp-tools)
optdepends=('dblatex: PDF support')
-url="http://www.gtk.org/gtk-doc/"
-_commit=d3bccc0aa153a349f6c9e816a111330572971a2e
-source=("git://git.gnome.org/gtk-doc#commit=$_commit")
+_commit=567353f33c01db9979ba76c772f7b11dbd3ec15f # master~6
+source=("git+https://git.gnome.org/browse/gtk-doc#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
@@ -26,8 +26,7 @@
build() {
cd $pkgname
- export PYTHON=/usr/bin/python2
- ./configure --prefix=/usr
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr
make
}
More information about the arch-commits
mailing list