summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Mykhailiuta2024-01-18 15:45:39 +0000
committerGennadiy Mykhailiuta2024-01-18 15:45:39 +0000
commit1e3082baebd94423d5b1028a4876b3aed8592a50 (patch)
treeb3e9a26f4a559117764402d8601466f46415335e
parentd1cdeec6f81fe3eaf0888fc31da09842b17e28f8 (diff)
downloadaur-parted-git.tar.gz
Apply changes suggested
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31748ed3c434..0fa4b2e0ca22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = parted-git
pkgdesc = A program for creating, destroying, resizing, checking and copying partitions
- pkgver = 3.6.r4.g60b3300
+ pkgver = 3.6.r6.gc5bd6fa
pkgrel = 1
url = https://www.gnu.org/software/parted/parted.html
arch = x86_64
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() {