Date: Tuesday, December 1, 2009 @ 16:23:55
  Author: giovanni
Revision: 60179

upgpkg: autopano-sift-c 2.5.1-1
    upstream release

Modified:
  autopano-sift-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2009-12-01 17:37:37 UTC (rev 60178)
+++ PKGBUILD    2009-12-01 21:23:55 UTC (rev 60179)
@@ -1,8 +1,11 @@
 # $Id$
+# Maintainer: Tobias Kieslich <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
 # Contributor: Lukas Jirkovsky <[email protected]>
+
 pkgname=autopano-sift-c
-pkgver=2.5.0
-pkgrel=4
+pkgver=2.5.1
+pkgrel=1
 pkgdesc="Identify key feature points within arbitrary images"
 arch=('i686' 'x86_64')
 url="http://hugin.sourceforge.net/";
@@ -13,14 +16,12 @@
 conflicts=('autopano-sift')
 replaces=('autopano-sift')
 
source=(http://downloads.sourceforge.net/sourceforge/hugin/autopano-sift-C-${pkgver}.tar.gz)
-md5sums=('d4e6bfab53fe227a36eec4c94c0bbfe6')
+md5sums=('b9bade07e8c4f2ea383c22a082c260e0')
 
 build() {
-  cd ${srcdir}/autopano-sift-C-${pkgver}
+  cd "${srcdir}/autopano-sift-C-${pkgver}"
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr .
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
 }
-
-# vim:set ts=2 sw=2 et:

Reply via email to