summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2020-01-12 13:55:12 +0100
committerspider-mario2020-01-12 13:55:12 +0100
commit55964a47bc663fc96b7ab49613ee3da46fd08071 (patch)
tree98b88ef30a8fafd18621a40e3621d45e32a960ce
parent65c93c44c2ec7f5eac976fc29a210dfcb1699da6 (diff)
downloadaur-55964a47bc663fc96b7ab49613ee3da46fd08071.tar.gz
0.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 387634cf0ec4..4d29f93e9436 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lens_calibrate
pkgdesc = Script to calculate lens calibration data for the lensfun project
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://gitlab.com/cryptomilk/lens_calibrate
arch = any
@@ -9,11 +9,11 @@ pkgbase = lens_calibrate
depends = python-numpy
depends = python-scipy
depends = python-pypdf2
- depends = darktable>=2.4.0
+ depends = darktable
depends = hugin>=2018
depends = imagemagick
depends = gnuplot
- source = git+https://gitlab.com/cryptomilk/lens_calibrate.git#tag=lens_calibrate-0.1.0
+ source = git+https://gitlab.com/cryptomilk/lens_calibrate.git#tag=lens_calibrate-0.1.1
sha512sums = SKIP
pkgname = lens_calibrate
diff --git a/PKGBUILD b/PKGBUILD
index 4df76baf1a0b..510a6b817990 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: spider-mario <spidermario@free.fr>
pkgname=lens_calibrate
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
epoch=
pkgdesc='Script to calculate lens calibration data for the lensfun project'
@@ -8,7 +8,7 @@ arch=('any')
url="https://gitlab.com/cryptomilk/lens_calibrate"
license=('GPL3')
groups=()
-depends=('python-exiv2>=0.2.1' 'python-numpy' 'python-scipy' 'python-pypdf2' 'darktable>=2.4.0' 'hugin>=2018' 'imagemagick' 'gnuplot')
+depends=('python-exiv2>=0.2.1' 'python-numpy' 'python-scipy' 'python-pypdf2' 'darktable' 'hugin>=2018' 'imagemagick' 'gnuplot')
source=("git+https://gitlab.com/cryptomilk/lens_calibrate.git#tag=$pkgname-$pkgver")
sha512sums=('SKIP')