summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValérie Roux2023-11-02 15:30:21 +0100
committerValérie Roux2023-11-02 15:30:21 +0100
commit48fbdcd5c065323c6945c44d379554049ea0552d (patch)
treea77f5026e3f52438eb7abe920116daa377c15d73
parent71abce2bdbd38a0e3cf3aec90ac43ac0bd671d0f (diff)
downloadaur-48fbdcd5c065323c6945c44d379554049ea0552d.tar.gz
release 0.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 146085dc60dc..b4217a9d81bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = satellite-gtk
pkgdesc = Displays Global Navigation Satellite System (GNSS: GPS, Galileo, Glonass etc.) information obtained from NMEA sources and saves your tracks
- pkgver = 0.4.1
+ pkgver = 0.4.2
pkgrel = 1
url = https://codeberg.org/tpikonen/satellite
arch = any
@@ -16,7 +16,7 @@ pkgbase = satellite-gtk
depends = python-gpxpy
optdepends = modemmanager
optdepends = gnss-share
- source = https://codeberg.org/tpikonen/satellite/archive/0.4.1.tar.gz
- sha512sums = 639ff8c116bc11f247006262890bb62b2234427edd4750cff5402d85eef9b66d6e10d48b78943ba167fdd98d5db49d9a1fe7f8588f6517fec56d8af4e6ce2206
+ source = https://codeberg.org/tpikonen/satellite/archive/0.4.2.tar.gz
+ sha512sums = 1bfceab587fc960834803849a9ddb1b2c9e4fd9ed60c81fe460179e1abd3367dca756d7e1586c2d6c0195bf95ae56e89f0f62f986718f899202eb4bc39e1ad80
pkgname = satellite-gtk
diff --git a/PKGBUILD b/PKGBUILD
index 839b99f06753..d4d3f0d728a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name=satellite
pkgname=satellite-gtk
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=1
pkgdesc="Displays Global Navigation Satellite System (GNSS: GPS, Galileo, Glonass etc.) information obtained from NMEA sources and saves your tracks"
arch=('any')
@@ -10,7 +10,7 @@ depends=(python-gobject gtk3 libhandy python-pydbus python-pynmea2 python-gpxpy)
makedepends=(python-build python-installer python-wheel)
optdepends=(modemmanager gnss-share)
source=("https://codeberg.org/tpikonen/$_name/archive/$pkgver.tar.gz")
-sha512sums=('639ff8c116bc11f247006262890bb62b2234427edd4750cff5402d85eef9b66d6e10d48b78943ba167fdd98d5db49d9a1fe7f8588f6517fec56d8af4e6ce2206')
+sha512sums=('1bfceab587fc960834803849a9ddb1b2c9e4fd9ed60c81fe460179e1abd3367dca756d7e1586c2d6c0195bf95ae56e89f0f62f986718f899202eb4bc39e1ad80')
build() {