summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pfetch/.SRCINFO6
-rw-r--r--pfetch/PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/pfetch/.SRCINFO b/pfetch/.SRCINFO
index ae207cf..5bf51ba 100644
--- a/pfetch/.SRCINFO
+++ b/pfetch/.SRCINFO
@@ -1,13 +1,13 @@
1pkgbase = pfetch 1pkgbase = 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.9.0 3 pkgver = 1.9.1
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.9.0.tar.gz::https://github.com/Un1q32/pfetch/archive/1.9.0.tar.gz 10 source = pfetch-1.9.1.tar.gz::https://github.com/Un1q32/pfetch/archive/1.9.1.tar.gz
11 sha256sums = c127bdc21351cc7f462d3b05338ba163cc475481cb5d02cb6372a90272639942 11 sha256sums = c1e78911fc2965442c14abcf13e7029a6a5faf03cb07ec4dc34a53dda6f1e632
12 12
13pkgname = pfetch 13pkgname = pfetch
diff --git a/pfetch/PKGBUILD b/pfetch/PKGBUILD
index d1fe759..69aa66c 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
5pkgname=pfetch 5pkgname=pfetch
6pkgver=1.9.0 6pkgver=1.9.1
7pkgrel=1 7pkgrel=1
8pkgdesc="A pretty system information tool written in POSIX sh." 8pkgdesc="A pretty system information tool written in POSIX sh."
9arch=('any') 9arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
12provides=("$pkgname") 12provides=("$pkgname")
13conflicts=('pfetch-git') 13conflicts=('pfetch-git')
14source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") 14source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
15sha256sums=('c127bdc21351cc7f462d3b05338ba163cc475481cb5d02cb6372a90272639942') 15sha256sums=('c1e78911fc2965442c14abcf13e7029a6a5faf03cb07ec4dc34a53dda6f1e632')
16 16
17package() { 17package() {
18 install -Dm755 "$srcdir/$pkgname-$pkgver/pfetch" "$pkgdir/usr/bin/pfetch" 18 install -Dm755 "$srcdir/$pkgname-$pkgver/pfetch" "$pkgdir/usr/bin/pfetch"