summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGennadiy Mykhailiuta2024-01-18 15:45:39 +0000
committerGennadiy Mykhailiuta2024-01-18 15:45:39 +0000
commit1e3082baebd94423d5b1028a4876b3aed8592a50 (patch)
treeb3e9a26f4a559117764402d8601466f46415335e /PKGBUILD
parentd1cdeec6f81fe3eaf0888fc31da09842b17e28f8 (diff)
downloadaur-1e3082baebd94423d5b1028a4876b3aed8592a50.tar.gz
Apply changes suggested
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67ab51d68ba4..01a7fa9c4b49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=parted-git
-pkgver=3.6.r4.g60b3300
+pkgver=3.6.r6.gc5bd6fa
pkgrel=1
pkgdesc="A program for creating, destroying, resizing, checking and copying partitions"
arch=('x86_64')
@@ -30,7 +30,7 @@ prepare() {
git submodule init
git config submodule.gnulib.url "${srcdir}/gnulib-git"
git config protocol.file.allow always
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {