summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5aa61d8d2099..9ffff235989f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Fri Jan 15 22:15:50 UTC 2016
pkgbase = autopano-sift-c
pkgdesc = Identify key feature points within arbitrary images
pkgver = 2.5.1
- pkgrel = 4
+ pkgrel = 5
url = http://hugin.sourceforge.net/
arch = i686
arch = x86_64
@@ -12,6 +10,9 @@ pkgbase = autopano-sift-c
depends = libxml2
depends = libpano13
depends = gcc-libs
+ depends = libtiff
+ depends = bash
+ depends = glibc
provides = autopano-sift
conflicts = autopano-sift
replaces = autopano-sift
@@ -19,4 +20,3 @@ pkgbase = autopano-sift-c
md5sums = b9bade07e8c4f2ea383c22a082c260e0
pkgname = autopano-sift-c
-
diff --git a/PKGBUILD b/PKGBUILD
index 38804081cc84..d20068f4ea34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=autopano-sift-c
pkgver=2.5.1
-pkgrel=4
+pkgrel=5
pkgdesc="Identify key feature points within arbitrary images"
arch=('i686' 'x86_64')
url="http://hugin.sourceforge.net/"
license=('GPL2')
-depends=('libxml2' 'libpano13' 'gcc-libs')
+depends=('libxml2' 'libpano13' 'gcc-libs' 'libtiff' 'bash' 'glibc')
makedepends=('cmake')
provides=('autopano-sift')
conflicts=('autopano-sift')