Date: Monday, April 2, 2018 @ 23:33:52 Author: heftig Revision: 320868
3.22.1-1 Modified: glade/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-02 23:07:10 UTC (rev 320867) +++ PKGBUILD 2018-04-02 23:33:52 UTC (rev 320868) @@ -3,7 +3,7 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname=glade -pkgver=3.22.0+9+g5ec4d708 +pkgver=3.22.1 pkgrel=1 pkgdesc="User Interface Builder for GTK+ applications" url="https://glade.gnome.org/" @@ -13,8 +13,8 @@ makedepends=(intltool gtk-doc gobject-introspection python-gobject itstool docbook-xsl git gnome-common webkit2gtk) optdepends=('devhelp: development help') -_commit=5ec4d70853874b8b64f9d4317a8dc262b9d0f27f # master -source=("git+https://git.gnome.org/browse/glade#commit=$_commit") +_commit=e73a66b3f36ed6c3d9086ad1a50a789f34502a72 # tags/GLADE_3_22_1^0 +source=("git+https://gitlab.gnome.org/GNOME/glade.git#commit=$_commit") sha256sums=('SKIP') pkgver() {
