summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7b1e59..8e1f44f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor: Peter Strapp <peter@strapp.co.uk>
# TODO
-# create indi user and home directory
+# create indiserver user and /var/lib/indiserver directory
pkgname=libindi_3rdparty
-pkgver=2.1.5.1
+pkgver=2.1.7
pkgrel=1
pkgdesc="3rd party drivers for INDI, a distributed control protocol designed to operate astronomical instrumentation"
provides=("libindi_3rdparty")
@@ -21,20 +21,17 @@ source=(
"indiserver.conf"
"indiserver.service"
"indiserver_systemd"
- "CMakeCommon.cmake"
)
sha256sums=(
- "9a85e6cf928dd095f019adf1919c79f9a3ac55294bedb8c9f65cc8bf3f9152d8"
+ "4d1e3ee713af1bac2e86627d5fed3c542187f2246168f195b3ec802607c71e8b"
"6784118f7826c563058711bc3336d877ca44e79cf8b7e5205ab00901b1892924"
"3f909377d938217e545f1a4538738bbdbdbebf66ecc2a38a2194c46255bf5518"
"64b0197fd6296c201516e5f81e1edc4b4415e3d80663c3533c9ed249ab844d6a"
- "a7c0c7d933a5bbdba24c360c56e8dd100a622641e6b13dd7481d5268ea44f332"
)
backup=(etc/indiserver.conf)
prepare() {
mkdir -p build
- cp CMakeCommon.cmake indi-3rdparty-${pkgver}/cmake_modules/
}
build() {