Date: Wednesday, April 15, 2020 @ 16:41:25 Author: arojas Revision: 380374
Update to 1.25 Modified: libaccounts-glib/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-15 15:59:28 UTC (rev 380373) +++ PKGBUILD 2020-04-15 16:41:25 UTC (rev 380374) @@ -3,8 +3,8 @@ # Contributor: Balló György <ballogyor+arch at gmail dot com> pkgname=libaccounts-glib -pkgver=1.24 -pkgrel=3 +pkgver=1.25 +pkgrel=1 pkgdesc="Glib-based client library for accessing the online accounts database" arch=(x86_64) url="https://gitlab.com/accounts-sso/libaccounts-glib" @@ -12,7 +12,7 @@ depends=(dbus-glib libxml2 sqlite) makedepends=(python-gobject gobject-introspection vala meson check) source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver") -md5sums=('e8bd50db8ccb7c6c795373c45c3e9dbf') +sha256sums=('02afd471d77c49c400a4956cb1fb66eed8e33f42ccee634c04ffe64c3c7a00e9') prepare() { mkdir -p build
