summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2019-02-10 10:43:59 +0300
committerasm0dey2019-02-10 10:43:59 +0300
commitd27c1579107fd5b5b056fec90983fd8ce6f30216 (patch)
treeebde67142cbd6ed2e50cadb5198158b1f5be901a
parente0f3d2045ec85b84f08507c1048a5cdc73f8d506 (diff)
downloadaur-d27c1579107fd5b5b056fec90983fd8ce6f30216.tar.gz
commented out failing tests (http://whatthecommit.com)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f7d6f69a8cb..3a198365b102 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,10 @@
pkgbase = gofish-bin
pkgdesc = Crossplatform package manager
pkgver = 0.10.0
- pkgrel = 1
+ pkgrel = 2
url = https://gofi.sh/index.html
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
- arch = armv7h
arch = aarch64
license = Apache
source_x86_64 = https://gofi.sh/releases/gofish-v0.10.0-linux-amd64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index c9fb94b0da8a..29c7fa839c92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: asm0dey <pavel.finkelshtein+AUR@gmail.com>
pkgname=gofish-bin
pkgver=0.10.0
-pkgrel=1
+pkgrel=2
pkgdesc="Crossplatform package manager"
-arch=(x86_64 i686 arm armv6h armv7h aarch64)
+arch=(x86_64 i686 aarch64)
url="https://gofi.sh/index.html"
license=('Apache')
source_x86_64=("https://gofi.sh/releases/gofish-v$pkgver-linux-amd64.tar.gz")