summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')