diff options
author | Lehel Gyuro | 2024-08-22 20:42:01 +0200 |
---|---|---|
committer | Lehel Gyuro | 2024-09-22 09:50:56 +0200 |
commit | f4fba20a0641d3d2993442c380c9a3b86ba7edb3 (patch) | |
tree | 0cf4d3e10a2423cdd8be6f514307d001b60b9bb4 | |
parent | 70db499115385e4b293d93d1946531cf979ab441 (diff) | |
download | aur-f4fba20a0641d3d2993442c380c9a3b86ba7edb3.tar.gz |
Bump to v2.0.9
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -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 @@ -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 |