summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHusam Bilal2019-05-13 11:41:56 +0300
committerHusam Bilal2019-05-13 11:41:58 +0300
commit5413acd12056214841bd546af6725d299fd7dd8a (patch)
tree3b5a64fccad561bf070ae0a58ce2e7e0204a583c /PKGBUILD
parent34043ec6a9bee9c56a84f9dfd31cdbd2c2aa99f8 (diff)
downloadaur-5413acd12056214841bd546af6725d299fd7dd8a.tar.gz
add go-pie as make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd507281651c..93a0a75a4ca6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=("x86_64" "i686")
md5sums=("93cdc82aeca4a288b75bb2fa52aa8e41")
source=("https://github.com/yory8/${pkgname}/archive/v${pkgver}.tar.gz")
-build(){
+build() {
cd $pkgname-$pkgver
go build .
}