[arch-commits] Commit in yelp/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Apr 10 09:10:49 UTC 2018
Date: Tuesday, April 10, 2018 @ 09:10:48
Author: heftig
Revision: 321446
3.28.1-1
Modified:
yelp/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-10 09:07:07 UTC (rev 321445)
+++ PKGBUILD 2018-04-10 09:10:48 UTC (rev 321446)
@@ -3,7 +3,7 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=yelp
-pkgver=3.28.0
+pkgver=3.28.1
pkgrel=1
pkgdesc="Get help with GNOME"
url="https://wiki.gnome.org/Apps/Yelp"
@@ -10,10 +10,10 @@
license=(GPL)
arch=(x86_64)
depends=(webkit2gtk yelp-xsl libxslt xz bzip2)
-makedepends=(intltool gtk-doc itstool autoconf-archive git xorg-server-xvfb)
+makedepends=(intltool gtk-doc itstool autoconf-archive git xorg-server-xvfb appstream-glib)
groups=(gnome)
-_commit=eb2e56bdf28c494558f80bee48b2c8acd5b00607 # tags/3.28.0^0
-source=("git://git.gnome.org/yelp#commit=$_commit")
+_commit=fa41803996924b6f216aa205a1a0cd993f81d80e # tags/3.28.1^0
+source=("git+https://git.gnome.org/browse/yelp#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
@@ -23,8 +23,6 @@
prepare() {
cd $pkgname
- # Fixup missing tag for pkgver()
- git tag -f 3.26.0 f88de1d05ad1a7c04e47674e5ba56f2e83da16a5
NOCONFIGURE=1 ./autogen.sh
}
More information about the arch-commits
mailing list