summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66f8c06..df82dfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Peter Strapp <peter@strapp.co.uk>
pkgname=libindi_3rdparty_libs
-pkgver=2.1.7
+pkgver=2.1.9
pkgrel=1
pkgdesc="dependencies for INDI 3rd party drivers"
url="http://www.indilib.org/index.php?title=Main_Page"
@@ -13,10 +13,10 @@ depends=(libvorbis libusb openal libnova libjpeg libindi libgphoto2 libftdi-comp
makedepends=(cmake boost)
conflicts=()
source=(
- "https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz"
+ "indi-3rdparty-${pkgver}.tar.gz::https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz"
)
sha256sums=(
- "4d1e3ee713af1bac2e86627d5fed3c542187f2246168f195b3ec802607c71e8b"
+ "4c9bbd6864175b1384c5aaf1bb21ca6ec3e95189ee900231b77e0a7b9c5cae16"
)
prepare() {