diff options
author | Yigit Sever | 2024-12-02 09:55:30 +0100 |
---|---|---|
committer | Yigit Sever | 2024-12-02 09:55:30 +0100 |
commit | 19d1ee37de7987f682d2b20524637c3db9a9a184 (patch) | |
tree | 0c3cdd1090f1cd49b57323f0a184003c966c3ac1 /pfetch | |
parent | 07e596e57be2eb6e30bbbb4c502a239c74328da8 (diff) | |
download | packages-19d1ee37de7987f682d2b20524637c3db9a9a184.tar.gz packages-19d1ee37de7987f682d2b20524637c3db9a9a184.tar.bz2 packages-19d1ee37de7987f682d2b20524637c3db9a9a184.zip |
upgpkg: pfetch 1.7.0-1
upstream release
Diffstat (limited to 'pfetch')
-rw-r--r-- | pfetch/.SRCINFO | 6 | ||||
-rw-r--r-- | pfetch/PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/pfetch/.SRCINFO b/pfetch/.SRCINFO index 8131e73..47442b6 100644 --- a/pfetch/.SRCINFO +++ b/pfetch/.SRCINFO | |||
@@ -1,13 +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 = 1.6.0 | 3 | pkgver = 1.7.0 |
4 | pkgrel = 1 | 4 | pkgrel = 1 |
5 | url = https://github.com/Un1q32/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-1.6.0.tar.gz::https://github.com/Un1q32/pfetch/archive/1.6.0.tar.gz | 10 | source = pfetch-1.7.0.tar.gz::https://github.com/Un1q32/pfetch/archive/1.7.0.tar.gz |
11 | sha256sums = 06190a043677ae7c6d3fbdd2049e32cee440e733cc50117d56f96d14bf3918b5 | 11 | sha256sums = ddfaaa6295804275c1aed594c385af1c41c305f6c8e00bfbd743f79342a998d2 |
12 | 12 | ||
13 | pkgname = pfetch | 13 | pkgname = pfetch |
diff --git a/pfetch/PKGBUILD b/pfetch/PKGBUILD index ee443a3..b6b3228 100644 --- a/pfetch/PKGBUILD +++ b/pfetch/PKGBUILD | |||
@@ -3,7 +3,7 @@ | |||
3 | # Contributor: Caio Novais <caionov08 at gmail dot com> | 3 | # Contributor: Caio Novais <caionov08 at gmail dot com> |
4 | 4 | ||
5 | pkgname=pfetch | 5 | pkgname=pfetch |
6 | pkgver=1.6.0 | 6 | pkgver=1.7.0 |
7 | pkgrel=1 | 7 | pkgrel=1 |
8 | pkgdesc="A pretty system information tool written in POSIX sh." | 8 | pkgdesc="A pretty system information tool written in POSIX sh." |
9 | arch=('any') | 9 | arch=('any') |
@@ -12,7 +12,7 @@ license=('MIT') | |||
12 | provides=("$pkgname") | 12 | provides=("$pkgname") |
13 | conflicts=('pfetch-git') | 13 | conflicts=('pfetch-git') |
14 | source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") | 14 | source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") |
15 | sha256sums=('06190a043677ae7c6d3fbdd2049e32cee440e733cc50117d56f96d14bf3918b5') | 15 | sha256sums=('ddfaaa6295804275c1aed594c385af1c41c305f6c8e00bfbd743f79342a998d2') |
16 | 16 | ||
17 | package() { | 17 | package() { |
18 | install -Dm755 "$srcdir/$pkgname-$pkgver/pfetch" "$pkgdir/usr/bin/pfetch" | 18 | install -Dm755 "$srcdir/$pkgname-$pkgver/pfetch" "$pkgdir/usr/bin/pfetch" |