summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-03-15 16:34:55 +0300
committerCaleb Maclennan2023-03-15 16:34:55 +0300
commitc70b7a2b2f2f3ef48d1853b59b63a68bdd4b974f (patch)
treecf8ea7342249188936737eba838c2f9cacb64e08
parent1446d7ac62c250291539b30d492878515e5306d9 (diff)
downloadaur-c70b7a2b2f2f3ef48d1853b59b63a68bdd4b974f.tar.gz
Initial upload: gerb-git 1.1.1b2-1
upgpkg: nushell-git 0.77.0.r6.g24ee381-1 Sync with stable packaging, re-enable checks
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bed4632966b..858aee56cf4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nushell-git
pkgdesc = A new type of shell
- pkgver = 0.76.0.r134.gc7583ec
- pkgrel = 2
+ pkgver = 0.77.0.r6.g24ee381
+ pkgrel = 1
url = https://www.nushell.sh
install = nushell.install
arch = x86_64
@@ -9,13 +9,12 @@ pkgbase = nushell-git
arch = armv6h
arch = armv7h
license = MIT
- makedepends = git
makedepends = cargo
- depends = openssl
- depends = libxcb
- depends = curl
- depends = bzip2
- provides = nushell=0.76.0.r134.gc7583ec
+ makedepends = git
+ depends = libcrypto.so
+ depends = libssl.so
+ depends = zlib
+ provides = nushell=0.77.0.r6.g24ee381
conflicts = nushell
source = nushell::git+https://github.com/nushell/nushell.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f32cebc3ba4e..8c4b89420e61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,25 +2,19 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
# Contributor: Felix Golatofski <contact@xdfr.de>
-# Upstream tests have multiple issues including race conditions, using external
-# binaries, differing results based on unrelated system directories, etc.
-# See https://github.com/nushell/nushell/issues/7951
-# See https://github.com/nushell/nushell/issues/8404
-BUILDENV+=(!check)
-
_pkgname=nushell
pkgname=$_pkgname-git
-pkgver=0.76.0.r134.gc7583ec
-pkgrel=2
+pkgver=0.77.0.r6.g24ee381
+pkgrel=1
pkgdesc='A new type of shell'
arch=('x86_64' 'i686' 'armv6h' 'armv7h')
url='https://www.nushell.sh'
_url="https://github.com/$_pkgname/$_pkgname"
license=('MIT')
-depends=('openssl' 'libxcb' 'curl' 'bzip2')
-makedepends=('git' 'cargo')
-conflicts=("$_pkgname")
+depends=('libcrypto.so' 'libssl.so' 'zlib')
+makedepends=('cargo' 'git')
provides=("$_pkgname=$pkgver")
+conflicts=("$_pkgname")
install=nushell.install
source=("${pkgname%-git}::git+$_url.git")
sha256sums=('SKIP')