[arch-commits] Commit in yelp-tools/repos/gnome-unstable-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Mar 14 19:15:19 UTC 2018
Date: Wednesday, March 14, 2018 @ 19:15:18
Author: heftig
Revision: 319049
archrelease: copy trunk to gnome-unstable-any
Added:
yelp-tools/repos/gnome-unstable-any/PKGBUILD
(from rev 319047, yelp-tools/trunk/PKGBUILD)
Deleted:
yelp-tools/repos/gnome-unstable-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-14 19:15:13 UTC (rev 319048)
+++ PKGBUILD 2018-03-14 19:15:18 UTC (rev 319049)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=yelp-tools
-pkgver=3.27.90
-pkgrel=1
-pkgdesc="Collection of tools for building and converting documentation"
-url="https://git.gnome.org/browse/yelp-tools"
-arch=(any)
-depends=(yelp-xsl libxslt libxml2 itstool docbook-xsl)
-makedepends=(git)
-license=(GPL)
-_commit=c0e9669fbbeddbeac7dd3778abfbbd68d85d93ba # tags/3.27.90^0
-source=("git+https://git.gnome.org/browse/yelp-tools#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/gnome-unstable-any/PKGBUILD (from rev 319047, yelp-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-03-14 19:15:18 UTC (rev 319049)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=yelp-tools
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="Collection of tools for building and converting documentation"
+url="https://git.gnome.org/browse/yelp-tools"
+arch=(any)
+depends=(yelp-xsl libxslt libxml2 itstool docbook-xsl)
+makedepends=(git)
+license=(GPL)
+_commit=54a1bd6142d367b18a36d1ba96705840042747be # tags/3.28.0^0
+source=("git+https://git.gnome.org/browse/yelp-tools#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