summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Olivier Barre2021-11-15 17:12:33 +0100
committerMarc-Olivier Barre2021-11-15 17:12:33 +0100
commitfd7579a074f8479595301ba2f5d5ae541ef9e5ad (patch)
tree804a8ff1801989456fe59f0eaecfd7ca85e2c248
parent7a46d9e7e22774eb4eae3c94fa08164397fd3d80 (diff)
downloadaur-fd7579a074f8479595301ba2f5d5ae541ef9e5ad.tar.gz
Bump version to 1.9.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7df3e3daf42..0be455c63f04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libindi-eqmod
pkgdesc = 3rd party drivers for INDI: EQMod
- pkgver = 1.9.2
+ pkgver = 1.9.3
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.2
- source = https://github.com/indilib/indi-3rdparty/archive/v1.9.2.tar.gz
- sha256sums = d582fa25a3b2b53f2a91be7881689951a616cbe8c87c71a392f714a0870cc473
+ depends = libindi=1.9.3
+ source = https://github.com/indilib/indi-3rdparty/archive/v1.9.3.tar.gz
+ sha256sums = 4e71a8106fcdf6248486b18f04f4013332b0722b4942b90fbf01770d8037d3dc
pkgname = libindi-eqmod
diff --git a/PKGBUILD b/PKGBUILD
index 1d79282ec700..899933e40c21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sebastian Baberowski <sebastian@baberowski.com>
pkgname=libindi-eqmod
-pkgver=1.9.2
+pkgver=1.9.3
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=('d582fa25a3b2b53f2a91be7881689951a616cbe8c87c71a392f714a0870cc473')
+sha256sums=("4e71a8106fcdf6248486b18f04f4013332b0722b4942b90fbf01770d8037d3dc")
prepare() {
mkdir -p build