Compare commits

..
2 Commits
Author SHA1 Message Date
wyj 48c1db7447 update to 12.3: man-pages 2025-03-14 12:08:04 -04:00
wyj 053518b163 update: fix source name 2025-03-14 12:07:06 -04:00
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ pkgdesc="A CLI system information tool written in BASH that supports displaying
arch=('any')
homepage="https://gitea.phywyj.dynv6.net/wyj/neofetch"
license=('MIT')
sources=("${pkgver}.tar.gz")
sources=("${pkgname}-${pkgver}.tar.gz")
urls=("https://gitea.phywyj.dynv6.net/wyj/neofetch/archive/${pkgver}.tar.gz")
md5sums=("421b7dc986ffb23bd8b0d74bcf20325b")
@@ -1,10 +1,10 @@
pkgname="man-pages"
pkgver="6.9.1"
pkgver="6.12"
pkgdesc="Linux man pages"
license=("GPL2")
sources=("${pkgname}-${pkgver}.tar.xz")
urls=("https://www.kernel.org/pub/linux/docs/man-pages/man-pages-6.9.1.tar.xz")
md5sums=("4d56775b6cce4edf1e496249e7c01c1a")
urls=("https://www.kernel.org/pub/linux/docs/man-pages/${sources[0]}")
md5sums=("44de430a598605eaba3e36dd43f24298")
distdir=${distdir}
@@ -22,5 +22,5 @@ src_build() {
}
src_install() {
make prefix=/usr DESTDIR="$pkgdir" install
make -R GIT=false prefix=/usr DESTDIR="$pkgdir" install
}