mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/yelp to 3.28.1-1
This commit is contained in:
parent
59e446cf6f
commit
8431d2a7da
1 changed files with 4 additions and 6 deletions
|
@ -6,17 +6,17 @@
|
|||
# - configure with --enable-compile-warnings=no
|
||||
|
||||
pkgname=yelp
|
||||
pkgver=3.28.0
|
||||
pkgver=3.28.1
|
||||
pkgrel=1
|
||||
pkgdesc="Get help with GNOME"
|
||||
url="https://wiki.gnome.org/Apps/Yelp"
|
||||
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() {
|
||||
|
@ -26,8 +26,6 @@ pkgver() {
|
|||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
# Fixup missing tag for pkgver()
|
||||
git tag -f 3.26.0 f88de1d05ad1a7c04e47674e5ba56f2e83da16a5
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue