summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps2016-11-04 18:48:59 +1100
committerDylan Araps2016-11-04 18:48:59 +1100
commit07b947d8b703069177a9184f8c83d17c738caf26 (patch)
tree7ab255b45c26d31eed3113a1f66d2b1a749f28bc
parent328654d3f6cd12fe15e30a0ed27bdc2e544111df (diff)
downloadaur-07b947d8b703069177a9184f8c83d17c738caf26.tar.gz
Update neofetch to 1.9.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 865d0026c84b..83b2e4c416ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 1 07:09:33 UTC 2016
+# Fri Nov 4 07:48:31 UTC 2016
pkgbase = neofetch
pkgdesc = CLI script to show your system's info and display an image using w3m.
- pkgver = 1.9
+ pkgver = 1.9.1
pkgrel = 1
url = https://github.com/dylanaraps/neofetch
arch = any
@@ -28,8 +28,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.tar.gz
- md5sums = 950cd551842d31e118213fdb56fbd632
+ source = https://github.com/dylanaraps/neofetch/archive/1.9.1.tar.gz
+ md5sums = 5bc35839ccdd096abb61bda0d6a28f27
pkgname = neofetch
diff --git a/PKGBUILD b/PKGBUILD
index 65a9cd914f2b..0b356007aba4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dylan Araps <dylan.araps@gmail.com>
pkgname=neofetch
-pkgver=1.9
+pkgver=1.9.1
pkgrel=1
pkgdesc="CLI script to show your system's info and display an image using w3m."
arch=('any')
@@ -30,7 +30,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=('950cd551842d31e118213fdb56fbd632')
+md5sums=('5bc35839ccdd096abb61bda0d6a28f27')
package() {
cd "$srcdir/$pkgname-$pkgver/"