Skip to content

Commit

Permalink
Update zsh (#363)
Browse files Browse the repository at this point in the history
* new file:   0001-50641-use-int-main.patch
	new file:   0002-50325-fix-autocompletion.patch
	new file:   0003-51862-support-texinfo-7-0.patch
	new file:   0004-pcre2.patch
	new file:   0005-52383-avoid-incompatible-pointer-types.patch
	modified:   PKGBUILD

	modified:   .SRCINFO
	deleted:    fix-autocompletion.patch

* modified:   PKGBUILD
	modified:   .SRCINFO
	deleted:    fix-autocompletion.patch

* modified:   zsh/.SRCINFO
	modified:   zsh/PKGBUILD
	deleted:    zsh/fix-autocompletion.patch

* modified:   zsh/PKGBUILD

* modified:   zsh/PKGBUILD

* Update PKGBUILD

* modified:   zsh/PKGBUILD

* modified:   .SRCINFO
  • Loading branch information
Dekomoro authored Sep 30, 2024
1 parent 06c2164 commit 8459205
Show file tree
Hide file tree
Showing 7 changed files with 1,394 additions and 24 deletions.
16 changes: 11 additions & 5 deletions zsh/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
pkgbase = zsh
pkgver = 5.9
pkgrel = 4
pkgrel = 6
url = https://www.zsh.org/
arch = x86_64
license = custom
makedepends = pcre
makedepends = libcap
makedepends = gdbm
makedepends = yodl
makedepends = gcc
source = https://www.zsh.org/pub/zsh-5.9.tar.xz
source = https://www.zsh.org/pub/zsh-5.9.tar.xz.asc
source = https://www.zsh.org/pub/zsh-5.9-doc.tar.xz
source = https://www.zsh.org/pub/zsh-5.9-doc.tar.xz.asc
source = 0001-50629-do-not-use-egrep-in-tests.patch
source = fix-autocompletion.patch
source = 0001-50641-use-int-main.patch
source = 0002-50325-fix-autocompletion.patch
source = 0003-51862-support-texinfo-7-0.patch
source = 0004-pcre2.patch
source = 0005-52383-avoid-incompatible-pointer-types.patch
source = zprofile
validpgpkeys = F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3
validpgpkeys = E96646BE08C0AF0AA0F90788A5FEEE3AC7937444
Expand All @@ -23,7 +28,11 @@ pkgbase = zsh
sha512sums = 5cc6abcdcfb4f5ad7bc4a31364ca49dfd87ae03e0082d89cc2ba1f00570f6757266ee60894ad31b562408de91494c22f177b414b03cb78c31d92328686be9860
sha512sums = SKIP
sha512sums = af6a905e83807efb614a585ac1876e0a9cc8b745911b43915b06aab46757a6df6dfc64a7a60b53cc7e62e528c04aa7460e660a1de6720476030dd746af76c6e3
sha512sums = c237c5a282b829fd154931c4df8e8b32514695cdde5d3b3a1ae8381169c853c11138bb8dad319bfc54fe79d8446a52cc3deaf50801b7dc323c357d7988ebc1a2
sha512sums = fa01836f40602e158fa5e802e8f2548af751c806c87a54e1761196497b2c35a68c6f8a195a5aac22c3c27e59b80b2f50bf590f124afe3ed4a9289b00033aff1f
sha512sums = 891577e8c3a5beb236a7044a0960a014d8a7149ce5dba7715f07b1e4d2db475f4aab7bb6cfeadaaeffe37fb889836f368467882fba1a5ac23076548185432d51
sha512sums = 2b6fd1d077244023591e7e2995797e90b2cda7f9c8b3978521c0b77ef1c363f175b6ebb48730deb7171c695cba23c9455d71c3ddc5a55da91832274121587af5
sha512sums = 984c804bfa4c7c9b1ddba9f18bbd29846bf6f2b3171f39bb775c11c8b1c7b5ad2c68d2922a59265c58f6e83016d6d440d64862c529d82f90cad308fd2af757ce
sha512sums = b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034

pkgname = zsh
Expand All @@ -33,6 +42,3 @@ pkgname = zsh
depends = libcap
depends = gdbm
backup = etc/zsh/zprofile

pkgname = zsh-doc
pkgdesc = Info, HTML and PDF format of the ZSH documentation
Loading

0 comments on commit 8459205

Please sign in to comment.