summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Olivier Barre2022-02-03 13:46:27 +0100
committerMarc-Olivier Barre2022-02-03 13:46:27 +0100
commit7f55701676f3304edcdc36e8eab13deeda9a99c9 (patch)
tree84e46fd61ac7392bcd4aa3089dda2d01ad43b829
parentfd7579a074f8479595301ba2f5d5ae541ef9e5ad (diff)
downloadaur-7f55701676f3304edcdc36e8eab13deeda9a99c9.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 0be455c63f04..c4a940e77cbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libindi-eqmod
pkgdesc = 3rd party drivers for INDI: EQMod
- 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 = GPL3
makedepends = cmake
- depends = libindi=1.9.3
- source = https://github.com/indilib/indi-3rdparty/archive/v1.9.3.tar.gz
- sha256sums = 4e71a8106fcdf6248486b18f04f4013332b0722b4942b90fbf01770d8037d3dc
+ depends = libindi=1.9.4
+ source = https://github.com/indilib/indi-3rdparty/archive/v1.9.4.tar.gz
+ sha256sums = 10ed5e6c3a306bd77c8e39d40a942dd166ae623b12bcd6bd52b871b7ba8c908b
pkgname = libindi-eqmod
diff --git a/PKGBUILD b/PKGBUILD
index 899933e40c21..9e54adb42649 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sebastian Baberowski <sebastian@baberowski.com>
pkgname=libindi-eqmod
-pkgver=1.9.3
+pkgver=1.9.4
pkgrel=1
pkgdesc="3rd party drivers for INDI: EQMod"
url="http://www.indilib.org/index.php?title=Main_Page"
@@ -11,7 +11,7 @@ arch=(i686 x86_64)
depends=(libindi=${pkgver})
makedepends=(cmake)
source=("https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz")
-sha256sums=("4e71a8106fcdf6248486b18f04f4013332b0722b4942b90fbf01770d8037d3dc")
+sha256sums=("10ed5e6c3a306bd77c8e39d40a942dd166ae623b12bcd6bd52b871b7ba8c908b")
prepare() {
mkdir -p build