summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2021-02-11 13:33:49 +0100
committerHyacinthe Cartiaux2021-02-11 13:33:49 +0100
commitea96d48c3c52cf55b7d789e83e8f5b357e38ef28 (patch)
tree26816a1071d31cdee5f2b300d687a60419b08959
parent451b4968144800fcffde19ac1923c6bfdce29e64 (diff)
downloadaur-ea96d48c3c52cf55b7d789e83e8f5b357e38ef28.tar.gz
Add git to the makedepends array
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e31f896871fe..2416d56db781 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = lensfun-git
pkgdesc = Database of photographic lenses and a library that allows advanced access to the database
- pkgver = 0.3.2.r1088.g28285fe
+ pkgver = 0.3.2.r2032.gad957f64
pkgrel = 1
url = https://lensfun.github.io/
arch = i686
arch = x86_64
license = LGPL3
+ makedepends = git
makedepends = python
makedepends = libpng
makedepends = cmake
@@ -14,7 +15,7 @@ pkgbase = lensfun-git
optdepends = python: for lensfun-update-data and lensfun-add-adapter
provides = lensfun=0.3.0
conflicts = lensfun
- source = lensfun::https://github.com/lensfun/lensfun.git
+ source = lensfun::git+https://github.com/lensfun/lensfun.git
sha256sums = SKIP
pkgname = lensfun-git
diff --git a/PKGBUILD b/PKGBUILD
index 2974ef09aaff..9a999b3b1f03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: zhuqin <zhuqin83@gmail.com>
pkgname=lensfun-git
_gitname=lensfun
-pkgver=0.3.2.r1676.gd3edca47
+pkgver=0.3.2.r2032.gad957f64
pkgrel=1
pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
arch=(i686 x86_64)
url="https://lensfun.github.io/"
license=('LGPL3')
depends=('glibc' 'glib2')
-makedepends=('python' 'libpng' 'cmake')
+makedepends=('git' 'python' 'libpng' 'cmake')
optdepends=('python: for lensfun-update-data and lensfun-add-adapter')
provides=('lensfun=0.3.0')
conflicts=('lensfun')