From 4d6503d9dbaac7ee6067affca89ae9001c507350 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 2 May 2024 19:33:54 +0300 Subject: upgpkg: pfetch 1.0.1-1 change upstream to maintained fork --- pfetch/.SRCINFO | 11 +++++------ pfetch/PKGBUILD | 13 +++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pfetch/.SRCINFO b/pfetch/.SRCINFO index daffbc0..07ba05a 100644 --- a/pfetch/.SRCINFO +++ b/pfetch/.SRCINFO @@ -1,14 +1,13 @@ pkgbase = pfetch pkgdesc = A pretty system information tool written in POSIX sh. - pkgver = 0.6.0 - pkgrel = 3 - url = https://github.com/dylanaraps/pfetch + pkgver = 1.0.1 + pkgrel = 1 + url = https://github.com/Un1q32/pfetch arch = any license = MIT provides = pfetch conflicts = pfetch-git - source = pfetch-0.6.0.tar.gz::https://github.com/dylanaraps/pfetch/archive/0.6.0.tar.gz - b2sums = 300f6f44f9306df4f438227a6f35bd54f50e477b950a45d63656f7c460cfc30a8b44ebdb3d5fdcf1e808e3b8e8e69e14088ff73a5da4485abf694893f2cc53f3 + source = pfetch-1.0.1.tar.gz::https://github.com/Un1q32/pfetch/archive/1.0.1.tar.gz + sha256sums = d32b376db4bcb33d067aa41f51335f7001e3d7fea1a7837662971167727c22e5 pkgname = pfetch - diff --git a/pfetch/PKGBUILD b/pfetch/PKGBUILD index e3a1ab5..9e7e2be 100644 --- a/pfetch/PKGBUILD +++ b/pfetch/PKGBUILD @@ -1,19 +1,20 @@ -# Maintainer: Qontinuum +# Maintainer: Yigit Sever +# Contributor: Qontinuum # Contributor: Caio Novais pkgname=pfetch -pkgver=0.6.0 -pkgrel=3 +pkgver=1.0.1 +pkgrel=1 pkgdesc="A pretty system information tool written in POSIX sh." arch=('any') -url="https://github.com/dylanaraps/$pkgname" +url="https://github.com/Un1q32/$pkgname" license=('MIT') provides=("$pkgname") conflicts=('pfetch-git') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -b2sums=('300f6f44f9306df4f438227a6f35bd54f50e477b950a45d63656f7c460cfc30a8b44ebdb3d5fdcf1e808e3b8e8e69e14088ff73a5da4485abf694893f2cc53f3') +sha256sums=('d32b376db4bcb33d067aa41f51335f7001e3d7fea1a7837662971167727c22e5') package() { install -Dm755 "$srcdir/$pkgname-$pkgver/pfetch" "$pkgdir/usr/bin/pfetch" - install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -- cgit v1.2.3-70-g09d2