summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2020-07-03 16:16:32 +0200
committerspider-mario2020-07-03 16:16:32 +0200
commitc7d5c9550bec08a6f171573d9fdfe339ea468bc0 (patch)
tree4604c1c24e8f0e82edd70b8a70705f85560c2e24
parenta39c82447dcdbcd4ecacc71c3fea48a876e6ab12 (diff)
downloadaur-lens_calibrate.tar.gz
Add missing build depedency on git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6209698cfe75..f85efceaedc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = lens_calibrate
url = https://gitlab.com/cryptomilk/lens_calibrate
arch = any
license = GPL3
+ makedepends = git
depends = python-exiv2>=0.2.1
depends = python-numpy
depends = python-scipy
diff --git a/PKGBUILD b/PKGBUILD
index 3b9f771631ed..9ffdf096c3db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc='Script to calculate lens calibration data for the lensfun project'
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' 'hugin>=2018' 'imagemagick' 'gnuplot')
+makedepends=('git')
source=("git+https://gitlab.com/cryptomilk/lens_calibrate.git#tag=$pkgname-$pkgver")
sha512sums=('SKIP')