diff options
Diffstat (limited to 'nonprism-testing/geoclue/PKGBUILD')
-rw-r--r-- | nonprism-testing/geoclue/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/nonprism-testing/geoclue/PKGBUILD b/nonprism-testing/geoclue/PKGBUILD index ba3537bac..c59e9985a 100644 --- a/nonprism-testing/geoclue/PKGBUILD +++ b/nonprism-testing/geoclue/PKGBUILD @@ -12,9 +12,8 @@ pkgname=geoclue -pkgver=2.5.6 -pkgrel=1 -pkgrel+=.nonprism1 +pkgver=2.5.7 +pkgrel=3 pkgdesc="Modular geoinformation service built on the D-Bus messaging system" arch=(x86_64) url="https://www.freedesktop.org/wiki/Software/GeoClue/" @@ -26,7 +25,7 @@ provides=("geoclue2=$pkgver-$pkgrel") conflicts=(geoclue2) replaces=(geoclue2) backup=(etc/geoclue/geoclue.conf) -_commit=555d676a91494b98ad0d52639590608a9594a8d3 # tags/2.5.6^0 +_commit=3bb60dd600a8b247fd6049e7e5b1c73c2c5fc0e8 # tags/2.5.7 source=("git+https://gitlab.freedesktop.org/geoclue/geoclue.git#commit=$_commit") sha256sums=('SKIP') @@ -37,7 +36,10 @@ pkgver() { prepare() { cd $pkgname + + # config patches (configurable hardcoded API key) git cherry-pick -n 95c9ad4dc176 1a00809a0d89 + } build() { |