update to 12.3: man-pages
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user