testing/pfetch: upgrade to 1.2.0 & take over maintainership

This commit is contained in:
Daniel Hejduk 2024-08-21 14:51:13 +00:00 committed by Celeste
parent 9995feaf3d
commit 238a4d6494

View File

@ -1,19 +1,20 @@
# Contributor: Johannes Heimansberg <git@jhe.dedyn.io>
# Maintainer: Johannes Heimansberg <git@jhe.dedyn.io>
# Contributor: Daniel Hejduk <danielhejduk@disroot.org>
# Maintainer: Daniel Hejduk <danielhejduk@disroot.org>
pkgname=pfetch
pkgver=0.6.0
pkgrel=1
pkgver=1.2.0
pkgrel=0
pkgdesc="System information tool written in POSIX sh"
url="https://github.com/dylanaraps/pfetch"
url="https://github.com/Un1q32/pfetch"
arch="noarch"
license="MIT"
options="!check" # There is no test suite
source="$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pfetch/archive/$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/Un1q32/pfetch/archive/$pkgver.tar.gz"
package() {
install -Dm755 pfetch "$pkgdir"/usr/bin/pfetch
}
sha512sums="
868901bec6ae8999ad40fcb94bdf804969a3dfd724dc554d62f59982daf48d359094764b2e45d4816983d4f46e38de30f0bcb646ecd95bf3263ba128b87a1ddf pfetch-0.6.0.tar.gz
6094f370be998753325a72ff710efd32912ec0fb6c938228c85465cee19bbcd9ed4c06c2e6519de06f630361d811d88d827673222bc1cec360852ff32cf93acc pfetch-1.2.0.tar.gz
"