summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBumsik Kim2019-09-26 11:17:46 +0900
committerBumsik Kim2019-09-26 11:17:46 +0900
commit80e071e0e87e7915ed5a69b619328840b6e5ae64 (patch)
tree41f54996323e58a293a46c1414e946ed8d3585ea
parentff9077b3f7f47a202a3e05481f467fa4aefc561e (diff)
downloadaur-80e071e0e87e7915ed5a69b619328840b6e5ae64.tar.gz
Updated: 0.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 585e8000912a..8c173d61bbf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nushell
pkgdesc = A shell for the GitHub era
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 4
url = http://nushell.sh
arch = i686
@@ -14,8 +14,8 @@ pkgbase = nushell
depends = zlib
optdepends = libxcb
optdepends = libx11
- source = nushell-0.2.0.tar.gz::https://github.com/nushell/nushell/archive/0.2.0.tar.gz
- sha256sums = 5bce8cdb33a6580ff15214322bc66945c0b4d93375056865ad30e0415fece3de
+ source = nushell-0.3.0.tar.gz::https://github.com/nushell/nushell/archive/0.3.0.tar.gz
+ sha256sums = 0151f1a09b76c83b7e20932e5e3b0d3af41d32a7862e070ef1b3d5f1163b2876
pkgname = nushell
diff --git a/PKGBUILD b/PKGBUILD
index 08402276302d..84c818665310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=nushell
cargoname=nu
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=4
makedepends=('rust-nightly' 'cargo')
depends=('openssl' 'zlib')
@@ -13,7 +13,7 @@ pkgdesc="A shell for the GitHub era"
source=("$pkgname-$pkgver.tar.gz::https://github.com/nushell/nushell/archive/$pkgver.tar.gz")
url="http://nushell.sh"
license=('MIT')
-sha256sums=('5bce8cdb33a6580ff15214322bc66945c0b4d93375056865ad30e0415fece3de')
+sha256sums=('0151f1a09b76c83b7e20932e5e3b0d3af41d32a7862e070ef1b3d5f1163b2876')
build() {
return 0
@@ -25,7 +25,7 @@ package() {
cargo +nightly install \
--no-track \
--locked \
- --features rawkey,clipboard \
+ --all-features \
--root "${pkgdir}"/usr \
--path "./" \
-Z install-upgrade