summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQian Yicheng2022-12-23 10:52:59 +0800
committerQian Yicheng2022-12-23 10:52:59 +0800
commit18dbf4ffd120ebac746d650f9ef18d20dbb2a213 (patch)
tree87ab11b8f96977dc2fad1f6cf1c8c7f93eefd1f7
parent5289651035c94e01b5b259a07f7ac5a04c210645 (diff)
downloadaur-18dbf4ffd120ebac746d650f9ef18d20dbb2a213.tar.gz
The pig shell
-rw-r--r--.SRCINFO1
-rwxr-xr-xPKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf7c0df799fe..2a04544111fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = psh-git
depends = libreadline.so
depends = glibc
depends = ncurses
- provides = sh
backup = etc/psh.pshrc
backup = etc/psh.psh_logout
backup = etc/skel/.pshrc
diff --git a/PKGBUILD b/PKGBUILD
index 5ab24838a248..111296f530f8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ url='https://www.gnu.org/software/psh/psh.html'
backup=(etc/psh.psh{rc,_logout} etc/skel/.psh{rc,_profile,_logout})
depends=(readline libreadline.so glibc ncurses)
optdepends=()
-provides=('sh')
source=("git+https://github.com/Easonqsp/psh.git"
dot.pshrc
dot.psh_profile