summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco442022-10-25 07:53:36 +0200
committermarco442022-10-25 07:53:36 +0200
commit30b03a65c52d6e8f887431f110f3c88d125061df (patch)
tree1bfaf6d3b31e7f35e1aab771e42b505184ac54b4
parente04bc62a7f0cd6a1a739d5aeffbf24bb7b83e735 (diff)
downloadaur-30b03a65c52d6e8f887431f110f3c88d125061df.tar.gz
Try another way to fix submodule update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59dcabc7fd2b..8fe6784029da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = darktable-git
pkgdesc = A virtual lighttable and darkroom for photographers
- pkgver = 4.1.0.r595.gda600a6c03
+ pkgver = 4.1.0.r657.g28547c0d90
pkgrel = 1
url = http://www.darktable.org/
install = darktable.install
@@ -15,6 +15,7 @@ pkgbase = darktable-git
makedepends = clang
makedepends = python-jsonschema
makedepends = libwebp
+ makedepends = perl-pod-parser
depends = pugixml
depends = libjpeg-turbo
depends = colord-gtk
diff --git a/PKGBUILD b/PKGBUILD
index 655cbdbed250..375042933244 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: orbisvicis <orbisvicis at gmail dot com>
pkgname=darktable-git
_gitname=darktable
-pkgver=4.1.0.r595.gda600a6c03
+pkgver=4.1.0.r657.g28547c0d90
pkgrel=1
pkgdesc="A virtual lighttable and darkroom for photographers"
arch=('i686' 'x86_64')
@@ -51,8 +51,7 @@ prepare() {
git config submodule.src/external/libxcf.url "$srcdir/libxcf.git"
git config submodule.src/external/whereami.url "$srcdir/whereami"
git config submodule.src/tests/integration.url "$srcdir/darktable-tests.git"
- git config --local protocol.file.allow always # we need this since git 2.38.1...
- git submodule update --init --recursive
+ git -c protocol.file.allow=always submodule update --init --recursive
}
build() {