summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-04 22:34:41 +0300
committerDimitris Kiziridis2020-04-04 22:34:41 +0300
commiteb3c24223dc095c7e84da1af7c0cbe4e40b9fa79 (patch)
treed5bb20d5869d3b8bece18674d0e8beb35c780750 /PKGBUILD
parentfdecc1b0886bdabb868a1d85f9ac9cc29124faec (diff)
downloadaur-eb3c24223dc095c7e84da1af7c0cbe4e40b9fa79.tar.gz
sanitize pkgbuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6920021a2c63..936afeca1b58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gomplate-bin
pkgver=3.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='A flexible commandline tool for template rendering. Supports lots of local and remote datasources'
arch=('x86_64')
url="https://gomplate.ca"
@@ -12,7 +12,6 @@ source=("https://github.com/hairyhenderson/gomplate/releases/download/v${pkgver}
md5sums=('7039b07e5b5130b1bc8ee378f5d2eec4')
package() {
- cd "${srcdir}"
- install -Dm755 gomplate* "${pkgdir}/usr/bin/gomplate"
+ install -Dm755 "${srcdir}"/gomplate* "${pkgdir}/usr/bin/gomplate"
}
# vim:set ts=2 sw=2 et: \ No newline at end of file