summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Olivier Barre2022-03-18 17:09:49 +0100
committerMarc-Olivier Barre2022-03-18 17:09:49 +0100
commit6876b88aa1c306db0d21d2ba171325fde1c07759 (patch)
treef14c6060cb3bbad636373796621ae950ee4b6e0e
parent7f55701676f3304edcdc36e8eab13deeda9a99c9 (diff)
downloadaur-6876b88aa1c306db0d21d2ba171325fde1c07759.tar.gz
Bump to 1.9.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4a940e77cbd..d06caaacfaa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libindi-eqmod
pkgdesc = 3rd party drivers for INDI: EQMod
- pkgver = 1.9.4
+ pkgver = 1.9.5
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.4
- source = https://github.com/indilib/indi-3rdparty/archive/v1.9.4.tar.gz
- sha256sums = 10ed5e6c3a306bd77c8e39d40a942dd166ae623b12bcd6bd52b871b7ba8c908b
+ depends = libindi=1.9.5.1
+ source = https://github.com/indilib/indi-3rdparty/archive/v1.9.5.tar.gz
+ sha256sums = a4a7db8ff9998ffe0688eab6657e132b82a64b3f7a3b5cc7309b9c900edbd0df
pkgname = libindi-eqmod
diff --git a/PKGBUILD b/PKGBUILD
index 9e54adb42649..88906b944521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Maintainer: Sebastian Baberowski <sebastian@baberowski.com>
pkgname=libindi-eqmod
-pkgver=1.9.4
+pkgver=1.9.5
pkgrel=1
pkgdesc="3rd party drivers for INDI: EQMod"
url="http://www.indilib.org/index.php?title=Main_Page"
license=(GPL3)
arch=(i686 x86_64)
-depends=(libindi=${pkgver})
+depends=(libindi=1.9.5.1)
makedepends=(cmake)
source=("https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz")
-sha256sums=("10ed5e6c3a306bd77c8e39d40a942dd166ae623b12bcd6bd52b871b7ba8c908b")
+sha256sums=("a4a7db8ff9998ffe0688eab6657e132b82a64b3f7a3b5cc7309b9c900edbd0df")
prepare() {
mkdir -p build