git: no longer register git-shell as user's shell
It was never intended to be used as a shell for normal users
This commit is contained in:
parent
d94656fc29
commit
67e1a7e6be
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'git'
|
||||
pkgname=git
|
||||
version=2.41.0
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="asciidoc gettext perl pkg-config tk xmlto"
|
||||
makedepends="libglib-devel libcurl-devel libsecret-devel pcre2-devel tk-devel"
|
||||
# Required by https://
|
||||
|
@ -16,7 +16,6 @@ changelog="https://raw.githubusercontent.com/git/git/master/Documentation/RelNot
|
|||
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
||||
checksum=e748bafd424cfe80b212cbc6f1bbccc3a47d4862fb1eb7988877750478568040
|
||||
replaces="git-perl>=0"
|
||||
register_shell=/usr/bin/git-shell
|
||||
python_version=3
|
||||
|
||||
subpackages="git-cvs git-svn gitk git-gui git-all git-libsecret git-netrc
|
||||
|
|
Loading…
Reference in New Issue