Date: Monday, April 12, 2021 @ 19:25:58 Author: heftig Revision: 412374
40.0-1 Modified: devhelp/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-12 19:25:16 UTC (rev 412373) +++ PKGBUILD 2021-04-12 19:25:58 UTC (rev 412374) @@ -3,16 +3,16 @@ # Contributor: Link Dupont <[email protected]> pkgname=devhelp -pkgver=40alpha+34+g51050ccc +pkgver=40.0 pkgrel=1 pkgdesc="API documentation browser for GNOME" +url="https://wiki.gnome.org/Apps/Devhelp" arch=(x86_64) license=(GPL) -url="https://wiki.gnome.org/Apps/Devhelp" depends=(webkit2gtk amtk) makedepends=(gtk-doc git appstream-glib gobject-introspection meson yelp-tools) groups=(gnome-extra) -_commit=51050ccc2125feb48164fb17cabd6647f11da92f # master +_commit=0db498d2b95c6efb739b9372fd3f5803d3851e9e # tags/40.0^0 source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit") sha256sums=('SKIP')
