summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2016-05-24 23:47:27 +0200
committerChristian Hesse2016-05-24 23:47:27 +0200
commit2edc9458af96762a92f9f08ebb49b261f292cca0 (patch)
treef7d1e69e7fa0efe8d1db988f847326e7da04f8c1
parenta214786d4b65b57d913d91f4e7ba5e4a45b16a65 (diff)
downloadaur-2edc9458af96762a92f9f08ebb49b261f292cca0.tar.gz
commit gimp-lensfun 0.2.4-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b3f772924fb..f52608ac8634 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue May 24 21:47:26 UTC 2016
pkgbase = gimp-lensfun
pkgdesc = A Gimp plugin to correct lens distortion using the lensfun library and database.
- pkgver = 0.2.3
- pkgrel = 4
+ pkgver = 0.2.4
+ pkgrel = 1
url = http://seebk.github.io/GIMP-Lensfun/
arch = i686
arch = x86_64
@@ -9,8 +11,8 @@ pkgbase = gimp-lensfun
depends = gimp
depends = lensfun
depends = exiv2
- source = https://github.com/seebk/GIMP-Lensfun/releases/download/0.2.3/gimplensfun-0.2.3.tar.gz
- sha256sums = 509cc8b7e3ed44232c7132409281acdbbfddf3e1cd76bbf0b1893751818a43d9
+ source = gimp-lensfun-0.2.4.tar.gz::https://github.com/seebk/GIMP-Lensfun/archive/0.2.4.tar.gz
+ sha256sums = 7a4e6dade910952cdb9afc62f34e286d230dd73c3a1630415c106b5260eb94de
pkgname = gimp-lensfun
diff --git a/PKGBUILD b/PKGBUILD
index 5ffa76a1a687..5ce730e57984 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,25 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=gimp-lensfun
-pkgver=0.2.3
-pkgrel=4
+pkgver=0.2.4
+pkgrel=1
pkgdesc="A Gimp plugin to correct lens distortion using the lensfun library and database."
arch=('i686' 'x86_64')
url="http://seebk.github.io/GIMP-Lensfun/"
license=('GPL')
depends=('gimp' 'lensfun' 'exiv2')
source=("https://github.com/seebk/GIMP-Lensfun/releases/download/${pkgver}/gimplensfun-${pkgver}.tar.gz")
-sha256sums=('509cc8b7e3ed44232c7132409281acdbbfddf3e1cd76bbf0b1893751818a43d9')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/seebk/GIMP-Lensfun/archive/${pkgver}.tar.gz")
+sha256sums=('7a4e6dade910952cdb9afc62f34e286d230dd73c3a1630415c106b5260eb94de')
build() {
- cd ${srcdir}/gimplensfun-${pkgver}
-
- sed -i '/CCI/s|^|//|' src/gimplensfun.cpp
+ cd ${srcdir}/GIMP-Lensfun-${pkgver}
make
}
package() {
- cd ${srcdir}/gimplensfun-${pkgver}
+ cd ${srcdir}/GIMP-Lensfun-${pkgver}
install -D -m0755 gimp-lensfun ${pkgdir}/usr/lib/gimp/2.0/plug-ins/gimp-lensfun