author | Antonio Rojas
<arojas@archlinux.org> 2024-02-21 22:42:54 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-02-21 22:42:54 UTC |
parent | 4b505718434b23815caf257ad7ea4628608b1367 |
.SRCINFO | +18 | -0 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..af66ad5 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,18 @@ +pkgbase = libaccounts-qt + pkgdesc = Qt-based client library for accessing the online accounts database + pkgver = 1.16 + pkgrel = 5 + url = https://gitlab.com/accounts-sso/libaccounts-qt + arch = x86_64 + license = LGPL + makedepends = doxygen + makedepends = git + depends = gcc-libs + depends = glib2 + depends = glibc + depends = libaccounts-glib + depends = qt6-base + source = git+https://gitlab.com/nicolasfella/libaccounts-qt#commit=18557f7def9af8f4a9e0e93e9f575ae11e5066aa + sha256sums = SKIP + +pkgname = libaccounts-qt diff --git a/PKGBUILD b/PKGBUILD index f0f7857..7c5d613 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libaccounts-qt pkgdesc='Qt-based client library for accessing the online accounts database' pkgver=1.16 -pkgrel=4 +pkgrel=5 arch=(x86_64) url='https://gitlab.com/accounts-sso/libaccounts-qt' license=(LGPL)