summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLehel Gyuro2024-08-22 20:42:01 +0200
committerLehel Gyuro2024-09-22 09:50:56 +0200
commitf4fba20a0641d3d2993442c380c9a3b86ba7edb3 (patch)
tree0cf4d3e10a2423cdd8be6f514307d001b60b9bb4
parent70db499115385e4b293d93d1946531cf979ab441 (diff)
downloadaur-f4fba20a0641d3d2993442c380c9a3b86ba7edb3.tar.gz
Bump to v2.0.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a91380df698e..177de4dc9901 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libindi-eqmod
pkgdesc = 3rd party drivers for INDI: EQMod
- pkgver = 2.0.1
+ pkgver = 2.0.9
pkgrel = 1
url = http://www.indilib.org/index.php?title=Main_Page
arch = i686
arch = x86_64
license = GPL3
makedepends = cmake
- depends = libindi=2.0.1
- source = https://github.com/indilib/indi-3rdparty/archive/v2.0.1.tar.gz
- sha256sums = be98a84ab6166321fe5aa74fca132cd866ae4e6910ef3b97e3502a44c59d277d
+ depends = libindi=2.0.9
+ source = https://github.com/indilib/indi-3rdparty/archive/v2.0.9.tar.gz
+ sha256sums = f9e0af8f81c6a94a9b078f78c04f50c6b6c419e8a61df99e19b40dbead7a64b3
pkgname = libindi-eqmod
diff --git a/PKGBUILD b/PKGBUILD
index bb694f3cab82..0a43c1eb9814 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Maintainer: Sebastian Baberowski <sebastian@baberowski.com>
pkgname=libindi-eqmod
-pkgver=2.0.1
+pkgver=2.0.9
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)
+arch=(i686 x86_64 aarch64)
depends=(libindi=${pkgver})
makedepends=(cmake)
source=("https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz")
-sha256sums=("be98a84ab6166321fe5aa74fca132cd866ae4e6910ef3b97e3502a44c59d277d")
+sha256sums=("f9e0af8f81c6a94a9b078f78c04f50c6b6c419e8a61df99e19b40dbead7a64b3")
prepare() {
mkdir -p build