summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorValérie Roux2023-11-02 15:33:30 +0100
committerValérie Roux2023-11-02 15:33:30 +0100
commitfd83ccac4f25078170285607bb111d674c4c0bf8 (patch)
tree8cb0eed65dec53525b34611bc8da8fbf93ed0869 /PKGBUILD
parent4fe2dc511546eae4c27b1ed275720b568cf5abd9 (diff)
downloadaur-geobug.tar.gz
release 0.1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 999ec28a51c1..58a54fa1aa32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=geobug
-pkgver=0.1.4
+pkgver=0.1.6
pkgrel=1
-pkgdesc="Displays Global Navigation Satellite System (GNSS: GPS, Galileo, Glonass etc.) information obtained from NMEA sources and saves your tracks"
+pkgdesc="Geobug is an adaptive client for GeoClue. It can display your location information and save a track of your movements to a GPX-file."
arch=('any')
url="https://codeberg.org/tpikonen/$pkgname"
license=('GPL3')
-depends=(python-gobject libhandy python-pydbus python-gpxpy geoclue)
+depends=(gtk3 python-gobject libhandy python-pydbus python-gpxpy geoclue)
makedepends=(python-build python-installer python-wheel)
source=("https://codeberg.org/tpikonen/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('682430ca75c7953e3220b3a9c17b92f13816f8d43bdb1d2910b73947e4282d2bb56d693096d4c51ce045ac563cb7dd12a8c4f62f681bdc3494516cc1c669f009')
+sha512sums=('18c8b124c7d6a42af353ad62fca0552348751136515486bef01fedf03bd87597b36ddf3a492adfbb02e897c7aaf6f47d5ac3b4682bff3b814421e1571d9a107a')
build() {