summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Mast2019-08-29 12:29:37 -0400
committerJonathan Mast2019-08-29 12:29:37 -0400
commitb06546156544a65cc498fffd3cb7ccada6f7d7fc (patch)
tree4b423a5cfc9726a7c3c96f786970f40dece2d13e
parentb8ab6fe98d8f386fca2d01167e51553561322274 (diff)
downloadaur-b06546156544a65cc498fffd3cb7ccada6f7d7fc.tar.gz
Point to correct openssl package
Nu requires version 1 of openssl. Also drop arm architecture, pretty sure that won't actually work.
-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")