Date: Wednesday, September 28, 2022 @ 03:35:59 Author: grawlinson Revision: 1314436
upgpkg: nushell 0.69.1-1; new upstream release Modified: nushell/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-28 00:54:57 UTC (rev 1314435) +++ PKGBUILD 2022-09-28 03:35:59 UTC (rev 1314436) @@ -5,7 +5,7 @@ # Contributor: Bumsik Kim <[email protected]> pkgname=nushell -pkgver=0.68.1 +pkgver=0.69.1 pkgrel=1 pkgdesc='A new type of shell' arch=('x86_64') @@ -14,8 +14,8 @@ depends=('openssl' 'libxcb' 'libx11' 'curl' 'bzip2') makedepends=('git' 'rust') options=('!lto') -install="$pkgname.install" -_commit='e76b3d61deef832adce76b0f73f19131de8cbc9e' +install=nushell.install +_commit='8a5abc7afc28a36908a32f1852127e2a5170b461' source=("$pkgname::git+https://github.com/nushell/nushell.git#commit=$_commit") b2sums=('SKIP')
