summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco442022-10-20 09:05:17 +0200
committermarco442022-10-20 09:05:17 +0200
commitbc852a77098e155960a01469e8fbdd29bd67d729 (patch)
treefadea61500da41319932acc766501f50065d5690
parentbf06f02c7406e955ae11e6512aa04721eabb8835 (diff)
downloadaur-bc852a77098e155960a01469e8fbdd29bd67d729.tar.gz
Fixes the git submodule change of behaviour
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44cdf2410c91..59dcabc7fd2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = darktable-git
pkgdesc = A virtual lighttable and darkroom for photographers
- pkgver = 3.5.0.r2438.g941122872d
+ pkgver = 4.1.0.r595.gda600a6c03
pkgrel = 1
url = http://www.darktable.org/
install = darktable.install
diff --git a/PKGBUILD b/PKGBUILD
index 68bd913c045b..ca02a9fadeda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: orbisvicis <orbisvicis at gmail dot com>
pkgname=darktable-git
_gitname=darktable
-pkgver=3.5.0.r2438.g941122872d
+pkgver=4.1.0.r595.gda600a6c03
pkgrel=1
pkgdesc="A virtual lighttable and darkroom for photographers"
arch=('i686' 'x86_64')
@@ -51,6 +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
}