summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {