summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps2017-06-21 11:10:19 +1000
committerDylan Araps2017-06-21 11:10:19 +1000
commit8196fbc3a01eb676918c843cc4cd1ea906ddb10e (patch)
tree1d3208daa233ef2f6aa9480f4565d6a68077f1e2
parentda4b1fe2739cd4cef641ea73934fec2dac0df1e3 (diff)
downloadaur-8196fbc3a01eb676918c843cc4cd1ea906ddb10e.tar.gz
Update: Neofetch 3.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 814f84a0fd77..ebe67ef580e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 25 03:11:38 UTC 2017
+# Wed Jun 21 01:09:12 UTC 2017
pkgbase = neofetch
pkgdesc = A CLI system information tool written in BASH that supports displaying images.
- pkgver = 3.1.0
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/dylanaraps/neofetch
arch = any
@@ -21,7 +21,7 @@ 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/3.1.0.tar.gz
+ source = https://github.com/dylanaraps/neofetch/archive/3.2.0.tar.gz
md5sums = 81642e54cba73758de5b24f06696393d
pkgname = neofetch
diff --git a/PKGBUILD b/PKGBUILD
index 0d3bce17ac2d..91c66f3b9e3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dylan Araps <dylan.araps@gmail.com>
pkgname=neofetch
-pkgver=3.1.0
+pkgver=3.2.0
pkgrel=1
pkgdesc="A CLI system information tool written in BASH that supports displaying images."
arch=('any')
@@ -23,7 +23,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=('81642e54cba73758de5b24f06696393d')
+md5sums=('615ed4008dffd50fbf0e068495aa6fa0')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/"