summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Olivier Barre2022-02-03 13:32:32 +0100
committerMarc-Olivier Barre2022-02-03 13:32:32 +0100
commit38d16211d9bcbeb8e977ac9f9adb7c3b9ad8670d (patch)
tree2eacb6333da4ce37fc0c4ee93119f8f706516a73
parent4ee69a9b050bf561bdcb380acc6871fdc4f53d76 (diff)
downloadaur-38d16211d9bcbeb8e977ac9f9adb7c3b9ad8670d.tar.gz
Bump to 1.9.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fceb8203a410..6d8e2c3623b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = libindi-gpsd
pkgdesc = 3rd party drivers for INDI: GPSD
- pkgver = 1.9.3
+ pkgver = 1.9.4
pkgrel = 1
url = http://www.indilib.org/index.php?title=Main_Page
arch = i686
arch = x86_64
license = GPL2
makedepends = cmake
- depends = libindi=1.9.3
+ depends = libindi=1.9.4
depends = gpsd
- source = https://github.com/indilib/indi-3rdparty/archive/v1.9.3.tar.gz
- sha256sums = 4e71a8106fcdf6248486b18f04f4013332b0722b4942b90fbf01770d8037d3dc
+ source = https://github.com/indilib/indi-3rdparty/archive/v1.9.4.tar.gz
+ sha256sums = 10ed5e6c3a306bd77c8e39d40a942dd166ae623b12bcd6bd52b871b7ba8c908b
pkgname = libindi-gpsd
diff --git a/PKGBUILD b/PKGBUILD
index 4a16e48998fe..e39111c5ab52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sebastian Baberowski <sebastian@baberowski.com>
pkgname=libindi-gpsd
-pkgver=1.9.3
+pkgver=1.9.4
pkgrel=1
pkgdesc="3rd party drivers for INDI: GPSD"
url="http://www.indilib.org/index.php?title=Main_Page"
@@ -11,7 +11,7 @@ arch=(i686 x86_64)
depends=(libindi=${pkgver} gpsd)
makedepends=(cmake)
source=("https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz" )
-sha256sums=("4e71a8106fcdf6248486b18f04f4013332b0722b4942b90fbf01770d8037d3dc")
+sha256sums=("10ed5e6c3a306bd77c8e39d40a942dd166ae623b12bcd6bd52b871b7ba8c908b")
prepare() {
mkdir -p build