summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan2016-05-15 09:23:11 +1000
committerDylan2016-05-15 09:23:11 +1000
commit3605ad9f3eefa9d6d66f8b26f9edef63e55d9b81 (patch)
tree779410aec329eead244f6963ebafdf9a8f8b63db
parent2163e1806ee1e87766ba4c10593b6c27e8ee1e4a (diff)
downloadaur-3605ad9f3eefa9d6d66f8b26f9edef63e55d9b81.tar.gz
xprop is now an optional dependency
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8b20b495f86..a8a15d004638 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat May 14 11:54:39 UTC 2016
+# Sat May 14 23:22:59 UTC 2016
pkgbase = neofetch
pkgdesc = CLI script to show your system's info and display an image using w3m.
pkgver = 1.7
@@ -8,7 +8,6 @@ pkgbase = neofetch
arch = any
license = MIT
depends = bash
- depends = xorg-xprop
optdepends = cmus: Current Song
optdepends = feh: Wallpaper Display
optdepends = imagemagick: Image cropping / Thumbnail creation
@@ -17,8 +16,9 @@ pkgbase = neofetch
optdepends = nitrogen: Wallpaper Display
optdepends = scrot: Take a screenshot
optdepends = w3m: Display Images
- optdepends = xorg-xdpyinfo: resolution detection (Single Monitor)
- optdepends = xorg-xrandr: resolution detection (Multi Monitor + Refresh rates)
+ optdepends = xorg-xdpyinfo: Resolution detection (Single Monitor)
+ optdepends = xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)
+ optdepends = xorg-xprop: Desktop Environment and Window Manager
conflicts = neofetch-git
source = https://github.com/dylanaraps/neofetch/archive/1.7.tar.gz
md5sums = 3e9fd67a9a003df202e3495e0e17ede4
diff --git a/PKGBUILD b/PKGBUILD
index 41e215a27571..fd423dd9d71e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://github.com/dylanaraps/$pkgname"
license=('MIT')
conflicts=(${pkgname}-git)
-depends=('bash' 'xorg-xprop')
+depends=('bash')
optdepends=(
'cmus: Current Song'
'feh: Wallpaper Display'
@@ -17,8 +17,9 @@ optdepends=(
'nitrogen: Wallpaper Display'
'scrot: Take a screenshot'
'w3m: Display Images'
- 'xorg-xdpyinfo: resolution detection (Single Monitor)'
- 'xorg-xrandr: resolution detection (Multi Monitor + Refresh rates)'
+ 'xorg-xdpyinfo: Resolution detection (Single Monitor)'
+ 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)'
+ 'xorg-xprop: Desktop Environment and Window Manager'
)
source=("https://github.com/dylanaraps/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('3e9fd67a9a003df202e3495e0e17ede4')