Date: Monday, October 3, 2022 @ 21:55:30
  Author: heftig
Revision: 457169

archrelease: copy trunk to extra-any

Added:
  yelp-xsl/repos/extra-any/PKGBUILD
    (from rev 457168, yelp-xsl/trunk/PKGBUILD)
Deleted:
  yelp-xsl/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   70 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 36 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-03 21:55:08 UTC (rev 457168)
+++ PKGBUILD    2022-10-03 21:55:30 UTC (rev 457169)
@@ -1,34 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-
-pkgname=yelp-xsl
-pkgver=42.0
-pkgrel=1
-pkgdesc="Document transformations from Yelp"
-url="https://gitlab.gnome.org/GNOME/yelp-xsl";
-arch=(any)
-license=(GPL)
-makedepends=(itstool git)
-_commit=0346fc97eca8792e9a806d2537fbef7d1f98792b  # tags/42.0^0
-source=("git+https://gitlab.gnome.org/GNOME/yelp-xsl.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: yelp-xsl/repos/extra-any/PKGBUILD (from rev 457168, 
yelp-xsl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-03 21:55:30 UTC (rev 457169)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgname=yelp-xsl
+pkgver=42.1
+pkgrel=1
+pkgdesc="Document transformations from Yelp"
+url="https://gitlab.gnome.org/GNOME/yelp-xsl";
+arch=(any)
+license=(GPL)
+makedepends=(itstool git)
+_commit=1658a8eb59a296d9e7b7116fbc79ca778b702e14  # tags/42.1^0
+source=("git+https://gitlab.gnome.org/GNOME/yelp-xsl.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd yelp-xsl
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd yelp-xsl
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd yelp-xsl
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd yelp-xsl
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to