diff options
author | Yigit Sever | 2024-05-02 19:33:54 +0300 |
---|---|---|
committer | Yigit Sever | 2024-05-02 19:34:57 +0300 |
commit | 4d6503d9dbaac7ee6067affca89ae9001c507350 (patch) | |
tree | 4321c111487dabc7141e8fe8d97eb5d0eecb8bc2 /pfetch | |
parent | 5d85fdaf54d124d9ac0df172bd82e892fa45f39f (diff) | |
download | packages-4d6503d9dbaac7ee6067affca89ae9001c507350.tar.gz packages-4d6503d9dbaac7ee6067affca89ae9001c507350.tar.bz2 packages-4d6503d9dbaac7ee6067affca89ae9001c507350.zip |
upgpkg: pfetch 1.0.1-1
change upstream to maintained fork
Diffstat (limited to 'pfetch')
-rw-r--r-- | pfetch/.SRCINFO | 11 | ||||
-rw-r--r-- | 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 @@ | |||
1 | pkgbase = pfetch | 1 | pkgbase = pfetch |
2 | pkgdesc = A pretty system information tool written in POSIX sh. | 2 | pkgdesc = A pretty system information tool written in POSIX sh. |
3 | pkgver = 0.6.0 | 3 | pkgver = 1.0.1 |
4 | pkgrel = 3 | 4 | pkgrel = 1 |
5 | url = https://github.com/dylanaraps/pfetch | 5 | url = https://github.com/Un1q32/pfetch |
6 | arch = any | 6 | arch = any |
7 | license = MIT | 7 | license = MIT |
8 | provides = pfetch | 8 | provides = pfetch |
9 | conflicts = pfetch-git | 9 | conflicts = pfetch-git |
10 | source = pfetch-0.6.0.tar.gz::https://github.com/dylanaraps/pfetch/archive/0.6.0.tar.gz | 10 | source = pfetch-1.0.1.tar.gz::https://github.com/Un1q32/pfetch/archive/1.0.1.tar.gz |
11 | b2sums = 300f6f44f9306df4f438227a6f35bd54f50e477b950a45d63656f7c460cfc30a8b44ebdb3d5fdcf1e808e3b8e8e69e14088ff73a5da4485abf694893f2cc53f3 | 11 | sha256sums = d32b376db4bcb33d067aa41f51335f7001e3d7fea1a7837662971167727c22e5 |
12 | 12 | ||
13 | pkgname = pfetch | 13 | pkgname = pfetch |
14 | |||
diff --git a/pfetch/PKGBUILD b/pfetch/PKGBUILD index e3a1ab5..9e7e2be 100644 --- a/pfetch/PKGBUILD +++ b/pfetch/PKGBUILD | |||
@@ -1,19 +1,20 @@ | |||
1 | # Maintainer: Qontinuum <qontinuum.dev@protonmail.ch> | 1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> |
2 | # Contributor: Qontinuum <qontinuum.dev@protonmail.ch> | ||
2 | # Contributor: Caio Novais <caionov08 at gmail dot com> | 3 | # Contributor: Caio Novais <caionov08 at gmail dot com> |
3 | 4 | ||
4 | pkgname=pfetch | 5 | pkgname=pfetch |
5 | pkgver=0.6.0 | 6 | pkgver=1.0.1 |
6 | pkgrel=3 | 7 | pkgrel=1 |
7 | pkgdesc="A pretty system information tool written in POSIX sh." | 8 | pkgdesc="A pretty system information tool written in POSIX sh." |
8 | arch=('any') | 9 | arch=('any') |
9 | url="https://github.com/dylanaraps/$pkgname" | 10 | url="https://github.com/Un1q32/$pkgname" |
10 | license=('MIT') | 11 | license=('MIT') |
11 | provides=("$pkgname") | 12 | provides=("$pkgname") |
12 | conflicts=('pfetch-git') | 13 | conflicts=('pfetch-git') |
13 | source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") | 14 | source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") |
14 | b2sums=('300f6f44f9306df4f438227a6f35bd54f50e477b950a45d63656f7c460cfc30a8b44ebdb3d5fdcf1e808e3b8e8e69e14088ff73a5da4485abf694893f2cc53f3') | 15 | sha256sums=('d32b376db4bcb33d067aa41f51335f7001e3d7fea1a7837662971167727c22e5') |
15 | 16 | ||
16 | package() { | 17 | package() { |
17 | install -Dm755 "$srcdir/$pkgname-$pkgver/pfetch" "$pkgdir/usr/bin/pfetch" | 18 | install -Dm755 "$srcdir/$pkgname-$pkgver/pfetch" "$pkgdir/usr/bin/pfetch" |
18 | install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" | 19 | install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" |
19 | } | 20 | } |