summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan2016-03-25 13:44:17 +1100
committerDylan2016-03-25 13:44:17 +1100
commit6dd74e9bee7f79f1a2a3101a96654b863e09fdd7 (patch)
tree13922ca8494ae9c4ad4edefe1e6a5ca1b5f7f4da
parent4dab156a04ab8f17763e1f3fd65966f512d90714 (diff)
downloadaur-6dd74e9bee7f79f1a2a3101a96654b863e09fdd7.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf53039c5e62..0b4de5580333 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Mar 18 00:23:25 UTC 2016
+# Fri Mar 25 02:42:40 UTC 2016
pkgbase = neofetch
pkgdesc = CLI script to show your system's info and display an image using w3m.
pkgver = 1.5
@@ -18,8 +18,6 @@ pkgbase = neofetch
optdepends = scrot: Take a screenshot
optdepends = w3m: Display Images
optdepends = xorg-xdpyinfo: Resolution Detection
- provides = neofetch
- conflicts = neofetch
conflicts = neofetch-git
source = https://github.com/dylanaraps/neofetch/archive/1.5.tar.gz
md5sums = e49f0d09efce0f129c17886b0611e82b
diff --git a/PKGBUILD b/PKGBUILD
index 1d4f78c9b29f..3197a345d32c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,12 @@
# Maintainer: Dylan Araps <dyl@tfwno.gf>
pkgname=neofetch
-_pkgname=neofetch
pkgver=1.5
pkgrel=1
pkgdesc="CLI script to show your system's info and display an image using w3m."
arch=('any')
url="https://github.com/dylanaraps/$pkgname"
license=('MIT')
-provides=($_pkgname)
-conflicts=($_pkgname ${pkgname}-git)
+conflicts=(${pkgname}-git)
depends=('bash' 'xorg-xprop')
optdepends=(
'cmus: Current Song'