Date: Monday, August 30, 2010 @ 04:52:32 Author: andrea Revision: 89237
upgpkg: libindi 0.6.2-1 upstream release Modified: libindi/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-08-30 08:52:09 UTC (rev 89236) +++ PKGBUILD 2010-08-30 08:52:32 UTC (rev 89237) @@ -3,8 +3,7 @@ # Contributor: Tobias Powalowski <[email protected]> pkgname=libindi -pkgver=0.6.1 -_pkgver=61 +pkgver=0.6.2 pkgrel=1 pkgdesc="An instrument neutral distributed interface control protocol that aims to provide backend driver support and automation for a wide range of Astronomical devices (telescopes, focusers, CCDs..etc)" url="http://www.indilib.org" @@ -16,20 +15,21 @@ replaces=('indilib') conflicts=('indilib') options=(!libtool) -source=("http://downloads.sourceforge.net/indi/${pkgname}0_${_pkgver}.tar.gz") -md5sums=('005e6ae3bc6fc1eeb5aa7700a65e2584') +source=("http://downloads.sourceforge.net/indi/${pkgname}_${pkgver}.tar.gz") +md5sums=('1751815adb1787543b9eca439bf0552c') build() { cd ${srcdir} mkdir build cd build - cmake ../${pkgname} \ + cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr || return 1 - make || return 1 + -DCMAKE_INSTALL_PREFIX=/usr + make } package() { cd ${srcdir}/build - make DESTDIR=${pkgdir} install || return 1 + make DESTDIR=${pkgdir} install } +
