summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 610b8f1cc565..dc30657ab0d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
pkgbase = nushell-bin
pkgdesc = A shell for the GitHub era
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://nushell.sh
arch = i686
arch = x86_64
- arch = armv6h
- arch = armv7h
license = MIT
- depends = openssl
+ depends = openssl-1.0
depends = zlib
optdepends = libxcb
optdepends = libx11
diff --git a/PKGBUILD b/PKGBUILD
index 721baf98d007..81796ff121d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=nushell-bin
pkgver=0.2.0
underscoredpkgver=0_2_0
-pkgrel=1
-depends=('openssl' 'zlib')
+pkgrel=2
+depends=('openssl-1.0' 'zlib')
optdepends=('libxcb' 'libx11')
-arch=('i686' 'x86_64' 'armv6h' 'armv7h')
+arch=('i686' 'x86_64')
pkgdesc="A shell for the GitHub era"
conflicts=('nushell')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nushell/nushell/releases/download/$pkgver/nu_${underscoredpkgver}_linux.tar.gz")