summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps2016-12-06 12:10:15 +1100
committerDylan Araps2016-12-06 12:10:15 +1100
commitc92df7562d778e87d49a11f73ba256cb250394ea (patch)
treea3e02aa30e14a9cf4d45394f7f018b17f5b0d1e0
parent460fcf75cd394843affa4b1914336feddc920e61 (diff)
downloadaur-c92df7562d778e87d49a11f73ba256cb250394ea.tar.gz
Update Neofetch to 2.0.1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD9
2 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f0de815fe6d..aecbd830cc64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 6 00:17:53 UTC 2016
+# Tue Dec 6 01:10:05 UTC 2016
pkgbase = neofetch
pkgdesc = A CLI system information tool written in BASH that supports displaying images.
- pkgver = 2.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/dylanaraps/neofetch
arch = any
@@ -15,9 +15,12 @@ pkgbase = neofetch
optdepends = deadbeef: Current Song
optdepends = feh: Wallpaper Display
optdepends = gnome-music: Current Song
+ optdepends = gnome-screenshot: Take a screenshot
optdepends = gpmdp-remote: Current Song
- optdepends = imagemagick: Image cropping / Thumbnail creation
+ optdepends = imagemagick: Image cropping / Thumbnail creation / Take a screenshot
+ optdepends = imlib2: Take a screenshot
optdepends = lollypop: Current Song
+ optdepends = maim: Take a screenshot
optdepends = moc: Current Song
optdepends = mpc: Current Song
optdepends = nitrogen: Wallpaper Display
@@ -32,8 +35,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/2.0.tar.gz
- md5sums = 7f85e8ed34d93807dafd23bb3fb16ef2
+ source = https://github.com/dylanaraps/neofetch/archive/2.0.1.tar.gz
+ md5sums = f02dafb8347bb25de7a70d97c392e695
pkgname = neofetch
diff --git a/PKGBUILD b/PKGBUILD
index 8f88207ef3aa..0d1d31a203d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dylan Araps <dylan.araps@gmail.com>
pkgname=neofetch
-pkgver=2.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="A CLI system information tool written in BASH that supports displaying images."
arch=('any')
@@ -16,9 +16,12 @@ optdepends=(
'deadbeef: Current Song'
'feh: Wallpaper Display'
'gnome-music: Current Song'
+ 'gnome-screenshot: Take a screenshot'
'gpmdp-remote: Current Song'
- 'imagemagick: Image cropping / Thumbnail creation'
+ 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot'
+ 'imlib2: Take a screenshot'
'lollypop: Current Song'
+ 'maim: Take a screenshot'
'moc: Current Song'
'mpc: Current Song'
'nitrogen: Wallpaper Display'
@@ -34,7 +37,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=('7f85e8ed34d93807dafd23bb3fb16ef2')
+md5sums=('f02dafb8347bb25de7a70d97c392e695')
package() {
cd "$srcdir/$pkgname-$pkgver/"