summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitri Goutnik2018-03-14 15:25:58 -0500
committerDmitri Goutnik2018-03-14 15:27:00 -0500
commit75b73bcb9f01258fa6389b7e6e5d1232e0f5ee24 (patch)
tree8cafbd4b0ed2f55b1f575baa46691a71588322d0 /PKGBUILD
parentae637312d7df02e8e2886d4bcdadff5eda555651 (diff)
downloadaur-75b73bcb9f01258fa6389b7e6e5d1232e0f5ee24.tar.gz
Make sure all deps are downloaded in prepare(), not in build(); some cosmetic tweaks
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9cc4272664f..e3e134c0a1e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=gops
pkgver=0.3.3
pkgrel=1
-pkgdesc="A tool to list and diagnose Go processes currently running on your system"
+pkgdesc='A tool to list and diagnose Go processes currently running on your system'
arch=('i686' 'x86_64')
-url="https://github.com/google/gops"
+url='https://github.com/google/gops'
license=('BSD')
depends=('glibc')
makedepends=('go')