summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2016-01-13 10:40:07 +0100
committerHyacinthe Cartiaux2016-01-13 10:40:07 +0100
commit6d7dbda751e0384f72c31cfd53fd195f8ce2a2ae (patch)
tree66dbe614deeb09054c664fb85208f14dcbaef93d
parent36f67dfee92ff0685c2bfbfed191463ea5b996f1 (diff)
downloadaur-6d7dbda751e0384f72c31cfd53fd195f8ce2a2ae.tar.gz
Fix the installation prefix parameter name
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f36f4144409b..c249cc064153 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Jan 13 09:39:51 UTC 2016
pkgbase = lensfun-git
pkgdesc = Library to correct optical lens defects and lens database
- pkgver = 0.3.1.r75.gb305978
+ pkgver = 0.3.2.r196.g226146d
pkgrel = 1
url = http://lensfun.sourceforge.net
arch = i686
@@ -14,7 +16,7 @@ pkgbase = lensfun-git
provides = lensfun=0.3.0
conflicts = lensfun
source = lensfun::git://git.code.sf.net/p/lensfun/code
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = lensfun-git
diff --git a/PKGBUILD b/PKGBUILD
index 1ca31e9f68c1..62d3df89037a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: zhuqin <zhuqin83@gmail.com>
pkgname=lensfun-git
_gitname=lensfun
-pkgver=0.3.1.r75.gb305978
+pkgver=0.3.2.r196.g226146d
pkgrel=1
pkgdesc="Library to correct optical lens defects and lens database"
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ makedepends=('python2' 'libpng' 'cmake')
provides=('lensfun=0.3.0')
conflicts=('lensfun')
source=("lensfun::git://git.code.sf.net/p/lensfun/code")
-md5sums=(SKIP)
+sha256sums=('SKIP')
pkgver() {
cd $_gitname
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd $_gitname
- cmake -DLENSFUN_INSTALL_PREFIX=$pkgdir/usr \
+ cmake -DCMAKE_INSTALL_PREFIX=$pkgdir/usr \
-DCMAKE_BUILD_TYPE=Release \
.
make