summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Minnocci2021-01-08 16:04:03 +0100
committerFrancesco Minnocci2021-01-08 16:04:03 +0100
commit83d7f11a9cad779229ae946780563eec4a8dbc0d (patch)
tree58803437099dd945fa45422c3f7267f48558af7e
parent03f3d068dbaa3b402a0f07dff7135179ef2c11e6 (diff)
downloadaur-83d7f11a9cad779229ae946780563eec4a8dbc0d.tar.gz
Fix PKGBUILD typo
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f2d15aa0125..ccff0f62453f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,11 @@ source=(
"git+https://github.com/pbrisbin/dotfiles.git#tag=v1.0"
nvim.patch
)
-sha256sum=('SKIP'
- '64ed706fd94cc0340e7c46ee4c8db1076040b6f9a66e4e4f5ebcb9f5157c032d')
+
+sha256sums=(
+ 'SKIP'
+ '64ed706fd94cc0340e7c46ee4c8db1076040b6f9a66e4e4f5ebcb9f5157c032d'
+)
pkgver() {
cd "${srcdir}/dotfiles"