summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRex2020-06-24 13:44:43 +0800
committerRex2020-06-24 13:44:43 +0800
commit17c603cf293c3c0b3002e44111e4b255fea38ff6 (patch)
tree2d97b88bb59121d0b76ce43ca15d4512a8bc09c7
parentb45aeb8e3d2041ad086e44734506f396b864ffe5 (diff)
downloadaur-pfetch-git.tar.gz
updated PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46d1a20a903a..2a9a30efe070 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = pfetch-git
pkgdesc = A pretty system information tool written in POSIX sh.
- pkgver = r292.9f55ffb
+ pkgver = r340.e18a095
pkgrel = 1
url = https://github.com/dylanaraps/pfetch
arch = any
- license = GPL3
+ license = MIT
makedepends = git
provides = pfetch
conflicts = pfetch
diff --git a/PKGBUILD b/PKGBUILD
index 4caee09b7527..3ee52bc5d780 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_pkgname=pfetch
pkgname=$_pkgname-git
-pkgver=r292.9f55ffb
+pkgver=r340.e18a095
pkgrel=1
pkgdesc="A pretty system information tool written in POSIX sh."
arch=(any)
url="https://github.com/dylanaraps/$_pkgname"
-license=('GPL3')
+license=('MIT')
makedepends=('git')
provides=("$_pkgname")
conflicts=("pfetch")