Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
man-pages-zh
Commits:
5a2fbb2f by Felix Yan at 2026-01-29T20:51:01+08:00
upgpkg: 1.6.4.0-4: remove conflicted files with procps-ng
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,9 +1,9 @@
pkgbase = man-pages-zh
pkgver = 1.6.4.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/man-pages-zh/manpages-zh
arch = any
- license = custom:GFDL1.2
+ license = GFDL-1.2-or-later
makedepends = opencc
makedepends = python
makedepends = git
=====================================
PKGBUILD
=====================================
@@ -5,10 +5,10 @@
pkgbase=man-pages-zh
pkgname=(man-pages-zh_cn man-pages-zh_tw)
pkgver=1.6.4.0
-pkgrel=3
+pkgrel=4
arch=('any')
url='https://github.com/man-pages-zh/manpages-zh'
-license=('custom:GFDL1.2')
+license=('GFDL-1.2-or-later')
depends=('man')
makedepends=('opencc' 'python' 'git')
source=("git+https://github.com/man-pages-zh/manpages-zh.git#tag=v$pkgver")
@@ -35,7 +35,7 @@ package_man-pages-zh_cn() {
# remove conflicted files
cd "$pkgdir"/usr/share/man/zh_CN
- rm ./man1/groups.1 ./man1/free.1 ./man8/vmstat.8
+ rm ./man1/groups.1 ./man1/free.1 ./man1/uptime.1 ./man1/w.1 ./man8/vmstat.8
}
package_man-pages-zh_tw() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/man-pages-zh/-/commit/5a2fbb2f2f7cbace678503e408e9c1aca207c86f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/man-pages-zh/-/commit/5a2fbb2f2f7cbace678503e408e9c1aca207c86f
You're receiving this email because of your account on gitlab.archlinux.org.