Date: Sunday, September 25, 2016 @ 04:35:49 Author: heftig Revision: 276937
3.20.1-2 Modified: yelp-xsl/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-25 04:33:03 UTC (rev 276936) +++ PKGBUILD 2016-09-25 04:35:49 UTC (rev 276937) @@ -2,15 +2,14 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=yelp-xsl -pkgver=3.17.90+28+g9f18016 -pkgrel=1 -pkgdesc="Stylesheets for Yelp" +pkgver=3.20.1 +pkgrel=2 +pkgdesc="Document transformations from Yelp" +url="https://git.gnome.org/browse/yelp-xsl" arch=(any) +license=(GPL) makedepends=(intltool libxslt libxml2 itstool git) -license=(GPL) -options=('!emptydirs') -url="http://www.gnome.org" -_commit=9f1801698d9f4b6ccd8a20ed0e3d053f5e2f60ac +_commit=16ebea986edc8cc394a0e81350202be312e7aadf source=("git://git.gnome.org/yelp-xsl#commit=$_commit") sha256sums=('SKIP') @@ -25,7 +24,8 @@ build() { cd $pkgname - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --enable-doc make }
