summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7d9aeb..fa45245 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
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 = 0.4.0 3 pkgver = 0.6.0
4 pkgrel = 1 4 pkgrel = 1
5 url = https://github.com/dylanaraps/pfetch 5 url = https://github.com/dylanaraps/pfetch
6 arch = any 6 arch = any
7 license = MIT 7 license = MIT
8 provides = pfetch 8 provides = pfetch
9 source = pfetch-0.4.0.tar.gz::https://github.com/dylanaraps/pfetch/archive/0.4.0.tar.gz 9 source = pfetch-0.6.0.tar.gz::https://github.com/dylanaraps/pfetch/archive/0.6.0.tar.gz
10 md5sums = SKIP 10 md5sums = SKIP
11 11
12pkgname = pfetch 12pkgname = pfetch
diff --git a/PKGBUILD b/PKGBUILD
index fff3ac1..3d2709d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
1# Maintainer: Caio Novais <caionov08 at gmail dot com> 1# Maintainer: Caio Novais <caionov08 at gmail dot com>
2pkgname=pfetch 2pkgname=pfetch
3pkgver=0.4.0 3pkgver=0.6.0
4pkgrel=1 4pkgrel=1
5pkgdesc="A pretty system information tool written in POSIX sh." 5pkgdesc="A pretty system information tool written in POSIX sh."
6arch=('any') 6arch=('any')