summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps2016-12-02 20:54:21 +1100
committerDylan Araps2016-12-02 20:54:21 +1100
commit57a2ad17b50ee77d6aec4162280beb0a00ffc009 (patch)
tree67aedf5b8d9b218ab19455377d0bbf09de322e6a
parent07b947d8b703069177a9184f8c83d17c738caf26 (diff)
downloadaur-57a2ad17b50ee77d6aec4162280beb0a00ffc009.tar.gz
Update Neofetch to 2.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 14 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83b2e4c416ef..9728e78cf34b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Nov 4 07:48:31 UTC 2016
+# Fri Dec 2 09:54:09 UTC 2016
pkgbase = neofetch
pkgdesc = CLI script to show your system's info and display an image using w3m.
- pkgver = 1.9.1
+ pkgver = 2.0
pkgrel = 1
url = https://github.com/dylanaraps/neofetch
arch = any
@@ -10,14 +10,18 @@ pkgbase = neofetch
depends = bash
optdepends = amarok: Current Song
optdepends = banshee: Current Song
+ optdepends = clementine: Current Song
optdepends = cmus: Current Song
optdepends = deadbeef: Current Song
optdepends = feh: Wallpaper Display
+ optdepends = gnome-music: Current Song
optdepends = gpmdp-remote: Current Song
optdepends = imagemagick: Image cropping / Thumbnail creation
+ optdepends = lollypop: Current Song
optdepends = moc: Current Song
optdepends = mpc: Current Song
optdepends = nitrogen: Wallpaper Display
+ optdepends = pragha: Current Song
optdepends = rhythmbox: Current Song
optdepends = scrot: Take a screenshot
optdepends = spotify: Current Song
@@ -28,8 +32,8 @@ pkgbase = neofetch
optdepends = xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)
optdepends = xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal
conflicts = neofetch-git
- source = https://github.com/dylanaraps/neofetch/archive/1.9.1.tar.gz
- md5sums = 5bc35839ccdd096abb61bda0d6a28f27
+ source = https://github.com/dylanaraps/neofetch/archive/2.0.tar.gz
+ md5sums = 7f85e8ed34d93807dafd23bb3fb16ef2
pkgname = neofetch
diff --git a/PKGBUILD b/PKGBUILD
index 0b356007aba4..899fa2f1b570 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dylan Araps <dylan.araps@gmail.com>
pkgname=neofetch
-pkgver=1.9.1
+pkgver=2.0
pkgrel=1
pkgdesc="CLI script to show your system's info and display an image using w3m."
arch=('any')
@@ -11,14 +11,18 @@ depends=('bash')
optdepends=(
'amarok: Current Song'
'banshee: Current Song'
+ 'clementine: Current Song'
'cmus: Current Song'
'deadbeef: Current Song'
'feh: Wallpaper Display'
+ 'gnome-music: Current Song'
'gpmdp-remote: Current Song'
'imagemagick: Image cropping / Thumbnail creation'
+ 'lollypop: Current Song'
'moc: Current Song'
'mpc: Current Song'
'nitrogen: Wallpaper Display'
+ 'pragha: Current Song'
'rhythmbox: Current Song'
'scrot: Take a screenshot'
'spotify: Current Song'
@@ -30,7 +34,7 @@ optdepends=(
'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal'
)
source=("https://github.com/dylanaraps/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('5bc35839ccdd096abb61bda0d6a28f27')
+md5sums=('7f85e8ed34d93807dafd23bb3fb16ef2')
package() {
cd "$srcdir/$pkgname-$pkgver/"