Date: Wednesday, March 23, 2022 @ 00:49:26 Author: grawlinson Revision: 1171181
upgpkg: nushell 0.60.0-1 * New upstream release. * Documentation moved outside of main repository, so it is not packaged anymore. Modified: nushell/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-23 00:49:09 UTC (rev 1171180) +++ PKGBUILD 2022-03-23 00:49:26 UTC (rev 1171181) @@ -4,7 +4,7 @@ # Contributor: Bumsik Kim <[email protected]> pkgname=nushell -pkgver=0.44.0 +pkgver=0.60.0 pkgrel=1 pkgdesc="A new type of shell" arch=('x86_64') @@ -14,7 +14,7 @@ makedepends=('git' 'rust') options=('!lto') install="$pkgname.install" -_commit='a660720b6889eab2fa3153854b0a367172c3821d' +_commit='74af31a42ff4feb8d5d9897c0d99c7434678a315' source=("$pkgname::git+https://github.com/nushell/nushell.git#commit=$_commit") b2sums=('SKIP') @@ -49,15 +49,11 @@ -maxdepth 1 \ -executable \ -type f \ + -name "nu*" \ -exec install -vDm755 -t "$pkgdir/usr/bin" "{}" + - # remove binaries not present in upstream releases - rm -f "$pkgdir/usr/bin/table" - rm -f "$pkgdir/usr/bin/"nu_plugin_{core,extra}_* - # documentation - install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" ./*.md - cp -vr docs/* "$pkgdir/usr/share/doc/$pkgname" + install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md # license install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
