diff options
author | Yigit Sever | 2024-09-02 09:00:14 +0200 |
---|---|---|
committer | Yigit Sever | 2024-09-02 09:00:14 +0200 |
commit | 8e0739fd23179f1ad528439c660cfbfc1e04242e (patch) | |
tree | 44fcfce4d8f33b56466459ea9e07426fd38e749b | |
parent | 1edc3f593794d5e23a2af95047cd69d5f273006b (diff) | |
download | packages-8e0739fd23179f1ad528439c660cfbfc1e04242e.tar.gz packages-8e0739fd23179f1ad528439c660cfbfc1e04242e.tar.bz2 packages-8e0739fd23179f1ad528439c660cfbfc1e04242e.zip |
upgpkg: pfetch 1.4.0-1
upstream release
-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 5d0f6e6..48a49b4 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.3.0 | 3 | pkgver = 1.4.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.3.0.tar.gz::https://github.com/Un1q32/pfetch/archive/1.3.0.tar.gz | 10 | source = pfetch-1.4.0.tar.gz::https://github.com/Un1q32/pfetch/archive/1.4.0.tar.gz |
11 | sha256sums = 52f35c20c178e41ec8bd24003e426fe37d34a2080db772d87ab08775690daa6f | 11 | sha256sums = 9e46ead16beee9059807a9e576a9e48d1df7c2e21fd99ca351ffab498081e7af |
12 | 12 | ||
13 | pkgname = pfetch | 13 | pkgname = pfetch |
diff --git a/pfetch/PKGBUILD b/pfetch/PKGBUILD index 0832be7..8af1825 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.3.0 | 6 | pkgver=1.4.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=('52f35c20c178e41ec8bd24003e426fe37d34a2080db772d87ab08775690daa6f') | 15 | sha256sums=('9e46ead16beee9059807a9e576a9e48d1df7c2e21fd99ca351ffab498081e7af') |
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" |