summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiregem2022-11-26 01:09:27 -0500
committerFiregem2022-11-26 01:09:27 -0500
commit47400a9bd9a9c0fd8460144d292140bcab8bcac6 (patch)
tree92444aa2a6b3387b2b2167295d6e4fc6ff8b1150
parent03a0b741c3cd997aec61421c3124a4abec752ce6 (diff)
downloadaur-47400a9bd9a9c0fd8460144d292140bcab8bcac6.tar.gz
run shfmt on all PKGBUILDs
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a14454794e9..489f25343ca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,16 +8,16 @@ url="https://github.com/dzaima/CBQN"
license=('GPL3' 'custom:ISC')
depends=('glibc')
optdepends=('ttf-bqn386: BQN and APL compatible font'
- 'rlwrap: Use readline in the REPL')
+ 'rlwrap: Use readline in the REPL')
makedepends=('git' 'clang')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+${url}.git"
- 'BQN-ref::git+https://github.com/mlochbaum/BQN.git'
- 'rlwrap-shim')
+ 'BQN-ref::git+https://github.com/mlochbaum/BQN.git'
+ 'rlwrap-shim')
md5sums=('SKIP'
- 'SKIP'
- '7f5146ad32f69dc96844ee495e4f6e83')
+ 'SKIP'
+ '7f5146ad32f69dc96844ee495e4f6e83')
pkgver() {
cd "${srcdir}/${pkgname%-git}"