summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlberrymage2019-11-05 21:22:02 -0900
committerlberrymage2019-11-05 21:22:02 -0900
commitb8ca3e0c5dbefb0c7728791659af5696edaca178 (patch)
tree6e949ce2b4b46052542573b316271d8156aafb3f
parent899379e988ccc44f3ffe7aefcaaf3bcf8d3add5d (diff)
downloadaur-b8ca3e0c5dbefb0c7728791659af5696edaca178.tar.gz
Be consistent with file naming and indentation
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05b20f341082..7a4984f21f52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ makedepends=('git')
url='https://github.com/lgandx/responder/'
license=('GPL3')
source=("https://github.com/lgandx/${pkgname}/archive/v${pkgver}.tar.gz"
- 'responder.sh'
- 'responder.patch')
+ 'responder.sh'
+ 'responder.patch')
sha256sums=('0956736d36b2e04f356be6332d4cf52602ff661a95a0f0bbde681ffe3d54d134'
'251dfa0eeaffd146b09ae1ffd2f56a6d7c67c6f8845bbb746c9d223daba39d19'
'd200ddf84e1a0ad691ecc708f4c3e495793dd1c246ded3cd777daf4fe1d75753')
@@ -28,7 +28,7 @@ package() {
# Install directory and contents
install -d "${pkgdir}/usr/share/${pkgname}"
- install -d "${pkgdir}/var/log/${pkgname}/"
+ install -d "${pkgdir}/var/log/${pkgname}"
cp -ar * "${pkgdir}/usr/share/${pkgname}/"
# Docs