summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-19 17:59:58 +0300
committerDimitris Kiziridis2020-05-19 17:59:58 +0300
commit6446a566316f63f29cfd598ddaddb1582cd91b16 (patch)
tree2177bbfaa881796a247957e157381dd5885d8cf0
parentea31d9ee9d6fbbdbc5a3fbf2c2ef4327da482f64 (diff)
downloadaur-6446a566316f63f29cfd598ddaddb1582cd91b16.tar.gz
fix indents
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5242405b116f..dfff1d8c358d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ url="https://gomplate.ca"
license=('MIT')
provides=('gomplate')
source=("${pkgname}-${pkgver}::https://github.com/hairyhenderson/gomplate/releases/download/v${pkgver}/gomplate_linux-amd64"
- 'LICENSE::https://github.com/hairyhenderson/gomplate/raw/master/LICENSE')
+ 'LICENSE::https://github.com/hairyhenderson/gomplate/raw/master/LICENSE')
sha256sums=('0ec9907db0e31842d954e7644c928d1b5e0eaf0f112096a0fc0d923de34cb704'
- '623198523f10b6c9b0473c832634cd678b17492e77745c453aaec3f6f9d4fc20')
+ '623198523f10b6c9b0473c832634cd678b17492e77745c453aaec3f6f9d4fc20')
package() {
install -Dm755 "${srcdir}"/gomplate* "${pkgdir}/usr/bin/gomplate"