Date: Tuesday, September 10, 2019 @ 19:35:44 Author: heftig Revision: 362159
3.34.0-1 Modified: gdl/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-10 19:35:38 UTC (rev 362158) +++ PKGBUILD 2019-09-10 19:35:44 UTC (rev 362159) @@ -1,16 +1,16 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gdl -pkgver=3.28.0 +pkgver=3.34.0 pkgrel=1 pkgdesc="GNOME Docking Library" +url="https://gitlab.gnome.org/GNOME/gdl" arch=(x86_64) -license=('GPL') -url="https://www.gnome.org/" -depends=('gtk3') -makedepends=('gtk-doc' 'intltool' 'gobject-introspection' gnome-common git) -_commit=c2b2abc622e9aa535c07f76ec15292f4da55d694 # tags/GDL_3_28_0^0 -source=("git+https://git.gnome.org/browse/gdl#commit=$_commit") +license=(GPL) +depends=(gtk3) +makedepends=(gtk-doc intltool gobject-introspection gnome-common git) +_commit=8f8435bac99f3fdfde4e877a70ec98bfe1e83433 # tags/GDL_3_34_0^0 +source=("git+https://gitlab.gnome.org/GNOME/gdl.git#commit=$_commit") sha256sums=('SKIP') pkgver() {
