summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRex2020-03-05 17:20:16 +0800
committerRex2020-03-05 17:20:16 +0800
commitb45aeb8e3d2041ad086e44734506f396b864ffe5 (patch)
tree0d0a92ec30aaae5c9d4c7dbd087633a5917c0092
parentc581edbd589b3094802b43c02b10f4a4d41aefb3 (diff)
downloadaur-b45aeb8e3d2041ad086e44734506f396b864ffe5.tar.gz
updated PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69abd364ff03..46d1a20a903a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = pfetch-git
pkgdesc = A pretty system information tool written in POSIX sh.
- pkgver = r142.6218551
+ pkgver = r292.9f55ffb
pkgrel = 1
url = https://github.com/dylanaraps/pfetch
arch = any
license = GPL3
makedepends = git
provides = pfetch
+ conflicts = pfetch
source = pfetch::git+https://github.com/dylanaraps/pfetch.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e3e966eb744d..4caee09b7527 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pfetch
pkgname=$_pkgname-git
-pkgver=r142.6218551
+pkgver=r292.9f55ffb
pkgrel=1
pkgdesc="A pretty system information tool written in POSIX sh."
arch=(any)
@@ -10,6 +10,7 @@ url="https://github.com/dylanaraps/$_pkgname"
license=('GPL3')
makedepends=('git')
provides=("$_pkgname")
+conflicts=("pfetch")
source=("$_pkgname::git+https://github.com/dylanaraps/$_pkgname.git")
md5sums=('SKIP')