summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9d44938fc1f..c44d011ef77b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = nu
+pkgbase = nushell-git
pkgdesc = A shell for the GitHub era
pkgver = r700.bc6c92b
pkgrel = 1
@@ -14,8 +14,8 @@ pkgbase = nu
depends = zlib
optdepends = libxcb
optdepends = libx11
- source = nu::git+https://github.com/nushell/nushell
+ source = nushell-git::git+https://github.com/nushell/nushell
sha256sums = SKIP
-pkgname = nu
+pkgname = nushell-git
diff --git a/PKGBUILD b/PKGBUILD
index 8ad3adc33291..8d82b54563fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: Flaviu Tamas <me@flaviutamas.com>
-pkgname=nu
+pkgname=nushell-git
pkgver=r700.bc6c92b
pkgrel=1
makedepends=('rust' 'cargo')