Date: Monday, October 3, 2022 @ 21:55:08 Author: heftig Revision: 457168
42.1-1 Modified: yelp-xsl/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-03 21:41:32 UTC (rev 457167) +++ PKGBUILD 2022-10-03 21:55:08 UTC (rev 457168) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=yelp-xsl -pkgver=42.0 +pkgver=42.1 pkgrel=1 pkgdesc="Document transformations from Yelp" url="https://gitlab.gnome.org/GNOME/yelp-xsl" @@ -8,27 +8,29 @@ arch=(any) license=(GPL) makedepends=(itstool git) -_commit=0346fc97eca8792e9a806d2537fbef7d1f98792b # tags/42.0^0 +_commit=1658a8eb59a296d9e7b7116fbc79ca778b702e14 # tags/42.1^0 source=("git+https://gitlab.gnome.org/GNOME/yelp-xsl.git#commit=$_commit") sha256sums=('SKIP') pkgver() { - cd $pkgname + cd yelp-xsl git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' } prepare() { - cd $pkgname + cd yelp-xsl NOCONFIGURE=1 ./autogen.sh } build() { - cd $pkgname + cd yelp-xsl ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make } package() { - cd $pkgname + cd yelp-xsl make DESTDIR="$pkgdir" install } + +# vim:set sw=2 sts=-1 et:
