summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Kobel2020-02-01 15:08:57 +0100
committerVincent Kobel2020-02-01 15:08:57 +0100
commitbdcbccc477cf3abd1537b6cebf03b7b7925ec1ab (patch)
tree4cbd63f252ed83bfca5588909eaa3b3e075d2555 /PKGBUILD
parent37711661370add528e95fcb788938c645995c03d (diff)
downloadaur-bdcbccc477cf3abd1537b6cebf03b7b7925ec1ab.tar.gz
non-interactive fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4d6a6172a6d..4ecff45a8c55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='bat'
pkgname="bat-cat-git"
pkgver=r868.e5c4155
-pkgrel=3
+pkgrel=4
pkgdesc="A cat(1) clone with wings."
arch=('x86_64')
url='https://github.com/sharkdp/bat'
@@ -22,7 +22,7 @@ build() {
cd "${srcdir}/${_pkgname}"
cargo build --release
sed -i -e "s/^bat/.\/target\/release\/${_pkgname}/g" assets/create.sh
- cat assets/create.sh
+ sed -i -e "s/submodule_prompt=unspecified/submodule_prompt=yes/g" assets/create.sh
bash assets/create.sh
}