[arch-commits] Commit in libindi/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Sep 5 18:10:44 UTC 2019


    Date: Thursday, September 5, 2019 @ 18:10:43
  Author: arojas
Revision: 508212

Update to 1.8.1

Modified:
  libindi/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-05 16:55:17 UTC (rev 508211)
+++ PKGBUILD	2019-09-05 18:10:43 UTC (rev 508212)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=libindi
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="A distributed control protocol designed to operate astronomical instrumentation"
 url="https://www.indilib.org/index.php?title=Main_Page"
 license=(GPL2)
@@ -13,7 +13,7 @@
 makedepends=(cmake boost qt5-base)
 #source=("https://github.com/indilib/indi/releases/download/v$pkgver/libindi_$pkgver.tar.gz")
 source=($pkgname-$pkgver.tar.gz::"https://github.com/indilib/indi/archive/v$pkgver.tar.gz")
-sha256sums=('82004db3d1e45f8852c1b871fdb925a9ce0afda4f8f92de0a197b9b868933abf')
+sha256sums=('d9250a60ce0f37c800982ef3f3c3a00a77f4eb9f500f1e96edbc1ea7c988d489')
 
 prepare() {
   mkdir -p build
@@ -25,7 +25,6 @@
   cd build
   cmake ../indi-$pkgver/libindi \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
     -DINDI_BUILD_QT5_CLIENT=ON \
     -DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
   make



More information about the arch-commits mailing list