[arch-commits] Commit in yelp-xsl/repos/extra-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Jun 6 19:32:03 UTC 2021
Date: Sunday, June 6, 2021 @ 19:32:02
Author: heftig
Revision: 417221
archrelease: copy trunk to extra-any
Added:
yelp-xsl/repos/extra-any/PKGBUILD
(from rev 417220, yelp-xsl/trunk/PKGBUILD)
Deleted:
yelp-xsl/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-06 19:31:55 UTC (rev 417220)
+++ PKGBUILD 2021-06-06 19:32:02 UTC (rev 417221)
@@ -1,33 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=yelp-xsl
-pkgver=40.0
-pkgrel=1
-pkgdesc="Document transformations from Yelp"
-url="https://gitlab.gnome.org/GNOME/yelp-xsl"
-arch=(any)
-license=(GPL)
-makedepends=(itstool git)
-_commit=130378891c60ee7c8f132d002fb32f28e161f6e7 # tags/40.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 417220, yelp-xsl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-06 19:32:02 UTC (rev 417221)
@@ -0,0 +1,33 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=yelp-xsl
+pkgver=40.2
+pkgrel=1
+pkgdesc="Document transformations from Yelp"
+url="https://gitlab.gnome.org/GNOME/yelp-xsl"
+arch=(any)
+license=(GPL)
+makedepends=(itstool git)
+_commit=023d87ef9f8c6fb305d45b5151b367dc803bd441 # tags/40.2^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