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

Jan Steffens heftig at archlinux.org
Fri Sep 18 23:37:36 UTC 2020


    Date: Friday, September 18, 2020 @ 23:37:36
  Author: heftig
Revision: 396301

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-18 23:37:36 UTC (rev 396300)
+++ PKGBUILD	2020-09-18 23:37:36 UTC (rev 396301)
@@ -1,35 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=yelp-tools
-pkgver=3.32.2
-pkgrel=2
-pkgdesc="Collection of tools for building and converting documentation"
-url="https://gitlab.gnome.org/GNOME/yelp-tools"
-arch=(any)
-depends=(yelp-xsl libxslt libxml2 itstool docbook-xsl mallard-ducktype)
-makedepends=(git)
-license=(GPL)
-_commit=c8664c3df853f5307ff3c4d939721f340d61f4ba  # tags/3.32.2^0
-source=("git+https://gitlab.gnome.org/GNOME/yelp-tools.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
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: yelp-tools/repos/extra-any/PKGBUILD (from rev 396299, yelp-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-18 23:37:36 UTC (rev 396301)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=yelp-tools
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="Collection of tools for building and converting documentation"
+url="https://gitlab.gnome.org/GNOME/yelp-tools"
+arch=(any)
+depends=(yelp-xsl libxslt libxml2 itstool docbook-xsl mallard-ducktype)
+makedepends=(git)
+license=(GPL)
+_commit=901865178e6d15f62cb939dce50a01abe3fbdb2c  # tags/3.38.0^0
+source=("git+https://gitlab.gnome.org/GNOME/yelp-tools.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
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list