summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChacaS02018-08-13 13:11:04 +0400
committerChacaS02018-08-13 13:11:04 +0400
commit3220db7ac5bffdb36e0f680f17657dd463aaa7ce (patch)
treeefde2fc69a3a31cc3d331a3e96d55020dd6efe8e
parent3c0681fd22241b29f6caae5811fed0d111a76a94 (diff)
downloadaur-3220db7ac5bffdb36e0f680f17657dd463aaa7ce.tar.gz
:shell: Use go get
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50784a178656..0d4204ab901e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,10 +9,6 @@ pkgbase = tempest
makedepends = dep
depends = git
depends = go
- options = !strip
- options = !emptydirs
- source = https://github.com/ChacaS0/tempest/archive/v0.1.1.tar.gz
- sha256sums = b08305a9b82f39e71d5f00884aeb4086ff8c8bf29c085fd320572092e55444f1
pkgname = tempest
diff --git a/PKGBUILD b/PKGBUILD
index 09caebf48fe0..14dcb2c09daa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ url="https://chacas0.github.io/tempest/"
license=('MIT')
depends=('git' 'go')
makedepends=('dep')
-options=('!strip' '!emptydirs')
-source=("https://github.com/ChacaS0/tempest/archive/v$pkgver.tar.gz")
-sha256sums=('b08305a9b82f39e71d5f00884aeb4086ff8c8bf29c085fd320572092e55444f1')
+#options=('!strip' '!emptydirs')
+#source=("https://github.com/ChacaS0/tempest/archive/v$pkgver.tar.gz")
+#sha256sums=('b08305a9b82f39e71d5f00884aeb4086ff8c8bf29c085fd320572092e55444f1')
_gourl=github.com/ChacaS0/tempest
build() {