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

Antonio Rojas arojas at archlinux.org
Sat Mar 14 08:58:58 UTC 2015


    Date: Saturday, March 14, 2015 @ 09:58:58
  Author: arojas
Revision: 233614

Update to 1.0.0 in [kde-unstable]

Added:
  libindi/kde-unstable/
Modified:
  libindi/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2015-03-14 01:29:32 UTC (rev 233613)
+++ kde-unstable/PKGBUILD	2015-03-14 08:58:58 UTC (rev 233614)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=libindi
-pkgver=0.9.9
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="A distributed control protocol designed to operate astronomical instrumentation"
 url="http://www.indilib.org/index.php?title=Main_Page"
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'boost')
 options=('staticlibs') # libindiclient builds as static only
 source=("http://www.indilib.org/jdownloads/Source/${pkgname}_${pkgver}.tar.gz")
-md5sums=('726ddafab64ca38fe1daf13ddb1453fe')
+md5sums=('1f5b9082bc51f803014689c738d91fb0')
 
 prepare() {
   mkdir build
@@ -21,7 +21,7 @@
 
 build() {
   cd build
-  cmake ../${pkgname}_${pkgver} \
+  cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d



More information about the arch-commits mailing list