summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKokaKiwi2020-07-02 16:33:26 +0200
committerKokaKiwi2020-07-02 16:33:26 +0200
commit3aba2d9b3d326b5d3987538d9638350fa82e12f7 (patch)
tree36c2a9bbf396c2226ac49a072e7a00572a12482a
parent400b11633dcde3face90dc6b6428fa0b4076dc19 (diff)
downloadaur-3aba2d9b3d326b5d3987538d9638350fa82e12f7.tar.gz
Updated: 0.16.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81f3fef6543b..e3163b1c84f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nushell
pkgdesc = A new type of shell.
- pkgver = 0.15.0
- pkgrel = 3
+ pkgver = 0.16.0
+ pkgrel = 1
url = https://www.nushell.sh
arch = x86_64
arch = i686
@@ -10,8 +10,8 @@ pkgbase = nushell
depends = openssl
optdepends = libxcb
optdepends = libx11
- source = https://github.com/nushell/nushell/archive/0.15.0.tar.gz
- sha256sums = f19e580b645ff047e3b7cb2e0823654e020cd5c62b22e601caf6be579204dc2a
+ source = https://github.com/nushell/nushell/archive/0.16.0.tar.gz
+ sha256sums = ba596706bfdb58d10f1185ae0f9cd0988ab77a9972daefba5c93306f6ed314d6
pkgname = nushell
diff --git a/PKGBUILD b/PKGBUILD
index 94476db44bb9..245ed9f1ca52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Felix Golatofski <contact@xdfr.de>
# Contributor: Bumsik Kim <k.bumsik@gmail.com>
+# Contributor: KokaKiwi <kokakiwi+aur@kokakiwi.net>
# Scripts inspired by nushell-git package
_pkgname=nu
pkgname=${_pkgname}shell
-pkgver=0.15.0
-pkgrel=3
+pkgver=0.16.0
+pkgrel=1
pkgdesc="A new type of shell."
url="https://www.nushell.sh"
license=('MIT')
@@ -15,7 +16,7 @@ optdepends=('libxcb' 'libx11')
arch=('x86_64' 'i686')
source=("https://github.com/nushell/nushell/archive/$pkgver.tar.gz")
# Use updpkgsums to update the checksum
-sha256sums=('f19e580b645ff047e3b7cb2e0823654e020cd5c62b22e601caf6be579204dc2a')
+sha256sums=('ba596706bfdb58d10f1185ae0f9cd0988ab77a9972daefba5c93306f6ed314d6')
package() {
cd "$srcdir/$pkgname-$pkgver"