Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
48c1db7447 | ||
|
|
053518b163 |
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user