Date: Tuesday, March 15, 2022 @ 23:20:59 Author: arojas Revision: 439727
Drop dbus-glib dependency (FS#74130) Modified: libaccounts-glib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-15 23:04:46 UTC (rev 439726) +++ PKGBUILD 2022-03-15 23:20:59 UTC (rev 439727) @@ -4,12 +4,12 @@ pkgname=libaccounts-glib pkgver=1.25 -pkgrel=6 +pkgrel=7 pkgdesc='Glib-based client library for accessing the online accounts database' arch=(x86_64) url='https://gitlab.com/accounts-sso/libaccounts-glib' license=(LGPL) -depends=(dbus-glib libxml2 sqlite) +depends=(glib2 libxml2 sqlite) makedepends=(python-gobject gobject-introspection vala meson check) source=(https://gitlab.com/accounts-sso/libaccounts-glib/-/archive/VERSION_$pkgver/libaccounts-glib-VERSION_$pkgver.tar.gz) sha256sums=('47d4b2a5cf4f17f52550aa65b34030fbd1a242e1a233f248a5871620e0ff4c11')
