[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Oct 1 20:34:48 UTC 2020
Date: Thursday, October 1, 2020 @ 20:34:47
Author: heftig
Revision: 397045
1.33.0-1
Modified:
gtk-doc/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-01 20:30:37 UTC (rev 397044)
+++ PKGBUILD 2020-10-01 20:34:47 UTC (rev 397045)
@@ -2,7 +2,7 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=gtk-doc
-pkgver=1.32+52+gb209222
+pkgver=1.33.0
pkgrel=1
pkgdesc="Documentation tool for public library API"
url="https://www.gtk.org/gtk-doc/"
@@ -13,7 +13,7 @@
makedepends=(dblatex git yelp-tools meson)
checkdepends=(bc gtk3 python-six python-parameterized)
optdepends=('dblatex: PDF support')
-_commit=b2092227f5b6718c27380d6a7bd6842ffa008d56 # master
+_commit=cb88c112346c3224ce1e903d84c864e1af1d7e9c # tags/1.33.0^0
source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit"
fix.diff)
sha256sums=('SKIP'
@@ -21,7 +21,7 @@
pkgver() {
cd $pkgname
- git describe --tags | sed -e 's/GTK_DOC_//' -e 's/_/\./g' -e 's/-/+/g'
+ git describe --tags | sed 's/GTK_DOC_//;s/_/\./g;s/-/+/g'
}
prepare() {
More information about the arch-commits
mailing list