summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94aaee8c581c..94cc915c1439 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pure-maps
pkgver = 2.7.5
- pkgrel = 1
+ pkgrel = 2
arch = x86_64
arch = aarch64
depends = s2geometry
@@ -12,6 +12,7 @@ pkgbase = pure-maps
depends = nemo-qml-plugin-dbus
depends = python-pyotherside
depends = mapbox-gl-qml
+ depends = qt5-sensors
source = https://github.com/rinigus/pure-maps/releases/download/2.7.5/pure-maps-2.7.5.tar.gz
sha256sums = 8e65521d30a1b5e627d72138e77227cdc40d10fdad1d056ccb1a56522201372e
diff --git a/PKGBUILD b/PKGBUILD
index 76e62bba908a..d9f6a81aed6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
pkgname=pure-maps
pkgver=2.7.5
-pkgrel=1
+pkgrel=2
arch=("x86_64" "aarch64")
source=("https://github.com/rinigus/pure-maps/releases/download/$pkgver/pure-maps-$pkgver.tar.gz")
sha256sums=("8e65521d30a1b5e627d72138e77227cdc40d10fdad1d056ccb1a56522201372e")
-depends=("s2geometry" "python3" "qt5-base" "qt5-location" "qt5-declarative" "qt5-quickcontrols2" "nemo-qml-plugin-dbus" "python-pyotherside" "mapbox-gl-qml")
+depends=("s2geometry" "python3" "qt5-base" "qt5-location" "qt5-declarative" "qt5-quickcontrols2" "nemo-qml-plugin-dbus" "python-pyotherside" "mapbox-gl-qml" "qt5-sensors")
build() {
cmake -B build -S "$pkgname-${pkgver}" \