[arch-commits] Commit in yelp-xsl/repos/extra-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Fri Dec 3 21:57:15 UTC 2021
Date: Friday, December 3, 2021 @ 21:57:14
Author: heftig
Revision: 430662
archrelease: copy trunk to extra-any
Added:
yelp-xsl/repos/extra-any/PKGBUILD
(from rev 430661, yelp-xsl/trunk/PKGBUILD)
Deleted:
yelp-xsl/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 21:57:04 UTC (rev 430661)
+++ PKGBUILD 2021-12-03 21:57:14 UTC (rev 430662)
@@ -1,33 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=yelp-xsl
-pkgver=41.0
-pkgrel=1
-pkgdesc="Document transformations from Yelp"
-url="https://gitlab.gnome.org/GNOME/yelp-xsl"
-arch=(any)
-license=(GPL)
-makedepends=(itstool git)
-_commit=eb83ce4f0f282b3998e21798b4156536b25752b8 # tags/41.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 430661, yelp-xsl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-03 21:57:14 UTC (rev 430662)
@@ -0,0 +1,33 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=yelp-xsl
+pkgver=41.1
+pkgrel=1
+pkgdesc="Document transformations from Yelp"
+url="https://gitlab.gnome.org/GNOME/yelp-xsl"
+arch=(any)
+license=(GPL)
+makedepends=(itstool git)
+_commit=8932d0ed9be6e92bf9d20fef57e0e6cc12812a2f # tags/41.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