summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorColin Reeder2022-02-05 16:04:24 -0700
committerColin Reeder2022-02-05 16:04:24 -0700
commit9c46a29b275d6554694d3f250f886c68eeddf6d0 (patch)
tree44be0087565fd78f7a0f070f2ca14b559071fc3f /PKGBUILD
parent5dd83449620681f108470288b6d108690b8cbcbf (diff)
downloadaur-9c46a29b275d6554694d3f250f886c68eeddf6d0.tar.gz
Add qt5-sensors to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}" \