summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitri Goutnik2018-03-14 15:25:58 -0500
committerDmitri Goutnik2018-03-14 15:27:00 -0500
commite6b020bb4ac45c3c01af03e0a14bffa64b1d5b1a (patch)
treecebf05aded9f607d94b093398b4568b0fbe709b9
parent10dee6193316f1ab5a6f9516e5f8bc8fa6fb26c2 (diff)
downloadaur-e6b020bb4ac45c3c01af03e0a14bffa64b1d5b1a.tar.gz
Make sure all deps are downloaded in prepare(), not in build(); some cosmetic tweaks
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cc798ca1f5f..c3811ad7fea9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=awless
pkgver=0.1.9
pkgrel=1
-pkgdesc="A command line interface for Amazon Web Services (AWS)"
+pkgdesc='A command line interface for Amazon Web Services (AWS)'
arch=('i686' 'x86_64')
-url="https://github.com/wallix/awless"
+url='https://github.com/wallix/awless'
license=('Apache')
depends=('glibc')
makedepends=('go')