Date: Wednesday, March 17, 2021 @ 20:05:21 Author: heftig Revision: 410184
0.20.4-1 Modified: libgee/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-17 19:04:43 UTC (rev 410183) +++ PKGBUILD 2021-03-17 20:05:21 UTC (rev 410184) @@ -1,10 +1,10 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Ionut Biru <[email protected]> # Contributor: Sergej Pupykin <[email protected]> pkgname=libgee -pkgver=0.20.3 -pkgrel=2 +pkgver=0.20.4 +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) @@ -11,7 +11,7 @@ arch=(x86_64) depends=(glib2) makedepends=(gobject-introspection vala autoconf-archive git) -_commit=56b10bc2c272f345536709f0abdaf857ba1b4080 # tags/0.20.3^0 +_commit=db2efd468d32832ed787165ddda555706d888aca # tags/0.20.4^0 source=("git+https://gitlab.gnome.org/GNOME/libgee.git#commit=$_commit") sha256sums=('SKIP')
