[arch-commits] Commit in yelp-xsl/repos/extra-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Oct 3 20:54:55 UTC 2020


    Date: Saturday, October 3, 2020 @ 20:54:54
  Author: heftig
Revision: 397230

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-03 20:54:43 UTC (rev 397229)
+++ PKGBUILD	2020-10-03 20:54:54 UTC (rev 397230)
@@ -1,33 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=yelp-xsl
-pkgver=3.38.0
-pkgrel=1
-pkgdesc="Document transformations from Yelp"
-url="https://gitlab.gnome.org/GNOME/yelp-xsl"
-arch=(any)
-license=(GPL)
-makedepends=(itstool git)
-_commit=34f36e675ed4a8407c800b91fe76c46462b98c80  # tags/3.38.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'
-}
-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 397229, yelp-xsl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-03 20:54:54 UTC (rev 397230)
@@ -0,0 +1,33 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=yelp-xsl
+pkgver=3.38.1
+pkgrel=1
+pkgdesc="Document transformations from Yelp"
+url="https://gitlab.gnome.org/GNOME/yelp-xsl"
+arch=(any)
+license=(GPL)
+makedepends=(itstool git)
+_commit=c92427a0a5c6012ba8c5f189c1d5141c6d28d098  # tags/3.38.1^0
+source=("git+https://gitlab.gnome.org/GNOME/yelp-xsl.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed '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
+}



More information about the arch-commits mailing list