summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJohnothan King2022-09-24 23:27:40 -0700
committerJohnothan King2022-09-24 23:27:40 -0700
commitc24d915dac6bf63721679275f425c33f1ffb1a01 (patch)
tree6829baed2ce7c1ca44d6e4572cfefff03c809013 /.SRCINFO
parent8d9e40202caf09132d65d647c01e529a6a48b7cc (diff)
downloadaur-c24d915dac6bf63721679275f425c33f1ffb1a01.tar.gz
Update ksh93-git to use the ksh93u+m dev branch
Currently, the only actively maintaned fork of ksh93 is ksh93u+m. This commit updates the ksh93-git AUR package to use 93u+m's dev branch. Other changes: - Support for pfksh was removed from ksh93u+m, so drop that from the AUR package. - Add support for rksh and ksh93 to /etc/shells. - Update the example kshrc for use with ksh93u+m (I've made sure that it remains backward compatible with ksh93u+ and ksh2020, should anyone happen to use an older version of ksh).
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f65b6d31a054..0d8e704dbeb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,20 @@
pkgbase = ksh93-git
- pkgdesc = AT&T's KornShell (ksh93) from ast-base
- pkgver = r5.0be82553
+ pkgdesc = KornShell 93u+m, fork based on ksh 93u+
+ pkgver = r1291.654461d2
pkgrel = 1
- url = http://kornshell.org/
+ url = https://github.com/ksh93/ksh/
install = ksh93.install
arch = x86_64
license = EPL
- license = CPL
- makedepends = gcc
makedepends = git
depends = glibc
provides = ksh
+ provides = ksh93
conflicts = ksh
conflicts = ksh93
- source = ksh93::git+http://github.com/att/ast#branch=master
+ source = ksh93::git+http://github.com/ksh93/ksh#branch=dev
source = sample.kshrc
- source = LICENSE
sha512sums = SKIP
- sha512sums = aeb54cb5ec944628ab64a692d364cab14bbc312c1a892b3692058f7f7b1cf72c95a6bfb4a95ffc3c4ddfb8f8ca4d17707023108d5504f912cb3ceb9e8d4da6b3
- sha512sums = 917ae643f241741919eb7f4633ec7b3cd58fb0d19150a017773562c36b15812bcf5f680024994d546ef18d771ab25aefc4bfe57ebd0c08043c9ad17e9cd7e076
+ sha512sums = e9837bede44d13d47a342456ad911534dc7f4965f0611f369459849047e8c77d3c6678b60e7a7bbe0aa5f12b88325685b3cd68a6dcb3d5bcd970fd68d3d40ba7
pkgname = ksh93-git
-