Date: Tuesday, July 6, 2021 @ 09:49:18 Author: heftig Revision: 418963
2021.6-1 Modified: gi-docgen/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-06 08:53:51 UTC (rev 418962) +++ PKGBUILD 2021-07-06 09:49:18 UTC (rev 418963) @@ -1,17 +1,17 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gi-docgen -pkgver=2021.2+113+gc633261 +pkgver=2021.6 pkgrel=1 pkgdesc="Documentation generator for GObject-based libraries" -url="https://gitlab.gnome.org/GNOME/gi-docgen" +url="https://gnome.pages.gitlab.gnome.org/gi-docgen/" arch=(any) license=(Apache GPL3) depends=(python-jinja python-markdown python-markupsafe python-pygments python-toml python-typogrify) makedepends=(python-setuptools git) -_commit=c6332610a09612d91f41d32cac5f7cdf758694a7 # main -source=("git+$url.git#commit=$_commit") +_commit=cb76996ba9ef7a1634ab9bde30c77c3bbb47c8db # tags/2021.6^0 +source=("git+https://gitlab.gnome.org/GNOME/gi-docgen.git#commit=$_commit") sha256sums=('SKIP') pkgver() { @@ -32,3 +32,5 @@ cd $pkgname python setup.py install --root="$pkgdir" --optimize=1 --skip-build } + +# vim:set sw=2 et:
