Date: Monday, August 5, 2019 @ 07:25:03 Author: heftig Revision: 359163
0.20.2-1 Modified: libgee/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-05 07:24:44 UTC (rev 359162) +++ PKGBUILD 2019-08-05 07:25:03 UTC (rev 359163) @@ -2,16 +2,16 @@ # Contributor: Sergej Pupykin <[email protected]> pkgname=libgee -pkgver=0.20.1 -pkgrel=2 +pkgver=0.20.2 +pkgrel=1 pkgdesc="A collection library providing GObject-based interfaces and classes for commonly used data structures" url="https://git.gnome.org/browse/libgee" license=(LGPL2.1) arch=(x86_64) depends=(glib2) -makedepends=(gobject-introspection vala autoconf-archive git valadoc) -_commit=57e4c8a08d61ab77bbec310a3a1621e6bf3111cb # tags/0.20.1^0 -source=("git+https://git.gnome.org/browse/libgee#commit=$_commit") +makedepends=(gobject-introspection vala autoconf-archive git) +_commit=5e66324654b7d70d7c28793491a4edfe6d8a0d85 # tags/0.20.2^0 +source=("git+https://gitlab.gnome.org/GNOME/libgee.git#commit=$_commit") sha256sums=('SKIP') pkgver() {
