summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEgor Kovetskiy2019-11-01 14:07:12 +0300
committerEgor Kovetskiy2019-11-01 14:07:12 +0300
commit20fe37c232bdecd0b65da6cc41b71db7e31b7404 (patch)
treeb80926401fbaeaef5da7060a0f12b78a03ca3c3a /PKGBUILD
parentd6438df9e6f4e3b8b7fa3d025f7b9ca5d5ac49c2 (diff)
downloadaur-carcosa-git.tar.gz
sync github.com/kovetskiy/pkgbuilds
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6bef9e5bc2c..22df33cc991c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Stanislav Seletskiy <s.seletskiy@gmail.com>
+# Maintainer: Egor Kovetskiy <e.kovetskiy@gmail.com>
pkgname=carcosa-git
-pkgver=20160503.6_3cc15d5
+pkgver=autogenerated
pkgrel=1
-pkgdesc="store secrets and passwords in public git repo"
+pkgdesc="store secrets and passwords in a git repo"
arch=('i686' 'x86_64')
license=('GPL')
makedepends=('go' 'git')
@@ -48,8 +49,7 @@ build() {
git submodule init
git submodule update
- echo "Running 'go get'..."
- GO15VENDOREXPERIMENT=1 go get
+ go get -v ./...
}
package() {