[arch-commits] Commit in autopano-sift-c/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Sun Oct 24 16:49:43 UTC 2010
Date: Sunday, October 24, 2010 @ 12:49:43
Author: ibiru
Revision: 96768
upgpkg: autopano-sift-c 2.5.1-2
libpano13 2.9.17 rebuild
Modified:
autopano-sift-c/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-10-24 16:49:19 UTC (rev 96767)
+++ PKGBUILD 2010-10-24 16:49:43 UTC (rev 96768)
@@ -5,12 +5,12 @@
pkgname=autopano-sift-c
pkgver=2.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Identify key feature points within arbitrary images"
arch=('i686' 'x86_64')
url="http://hugin.sourceforge.net/"
license=('GPL2')
-depends=('libxml2' 'libpano13>=2.9.13' 'gcc-libs')
+depends=('libxml2' 'libpano13>=2.9.17' 'gcc-libs')
makedepends=('cmake')
provides=('autopano-sift')
conflicts=('autopano-sift')
@@ -22,6 +22,6 @@
cd "${srcdir}/autopano-sift-C-${pkgver}"
cmake -DCMAKE_INSTALL_PREFIX=/usr .
- make || return 1
- make DESTDIR=${pkgdir} install || return 1
+ make
+ make DESTDIR=${pkgdir} install
}
More information about the arch-commits
mailing list