[arch-commits] Commit in autopano-sift-c/repos (extra-i686 extra-i686/PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Tue Dec 1 21:24:39 UTC 2009


    Date: Tuesday, December 1, 2009 @ 16:24:39
  Author: giovanni
Revision: 60180

Merged revisions 60179 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/autopano-sift-c/trunk

........
  r60179 | giovanni | 2009-12-01 13:23:55 -0800 (mar, 01 dic 2009) | 2 lines
  
  upgpkg: autopano-sift-c 2.5.1-1
      upstream release
........

Modified:
  autopano-sift-c/repos/extra-i686/	(properties)
  autopano-sift-c/repos/extra-i686/PKGBUILD

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


Property changes on: autopano-sift-c/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /autopano-sift-c/trunk:1-55112
   + /autopano-sift-c/trunk:1-60179

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-12-01 21:23:55 UTC (rev 60179)
+++ extra-i686/PKGBUILD	2009-12-01 21:24:39 UTC (rev 60180)
@@ -1,8 +1,11 @@
 # $Id$
+# Maintainer: Tobias Kieslich <tobias at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
 # Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+
 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:




More information about the arch-commits mailing list