summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan2016-05-14 21:55:12 +1000
committerDylan2016-05-14 21:55:12 +1000
commit2163e1806ee1e87766ba4c10593b6c27e8ee1e4a (patch)
treed3d05e8f2076bebb45dd97332c7b00ba3449ec6d
parent56663158179a4904eed874d63507d4e31f57e52f (diff)
downloadaur-2163e1806ee1e87766ba4c10593b6c27e8ee1e4a.tar.gz
Update neofetch to 1.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80ec466b068c..a8b20b495f86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 1 10:42:32 UTC 2016
+# Sat May 14 11:54:39 UTC 2016
pkgbase = neofetch
pkgdesc = CLI script to show your system's info and display an image using w3m.
- pkgver = 1.6
+ pkgver = 1.7
pkgrel = 1
url = https://github.com/dylanaraps/neofetch
arch = any
@@ -20,8 +20,8 @@ pkgbase = neofetch
optdepends = xorg-xdpyinfo: resolution detection (Single Monitor)
optdepends = xorg-xrandr: resolution detection (Multi Monitor + Refresh rates)
conflicts = neofetch-git
- source = https://github.com/dylanaraps/neofetch/archive/1.6.tar.gz
- md5sums = f6d73367b377aab52f5f29e6c7c12968
+ source = https://github.com/dylanaraps/neofetch/archive/1.7.tar.gz
+ md5sums = 3e9fd67a9a003df202e3495e0e17ede4
pkgname = neofetch
diff --git a/PKGBUILD b/PKGBUILD
index ef75681fedec..41e215a27571 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dylan Araps <dyl@tfwno.gf>
pkgname=neofetch
-pkgver=1.6
+pkgver=1.7
pkgrel=1
pkgdesc="CLI script to show your system's info and display an image using w3m."
arch=('any')
@@ -21,7 +21,7 @@ optdepends=(
'xorg-xrandr: resolution detection (Multi Monitor + Refresh rates)'
)
source=("https://github.com/dylanaraps/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('f6d73367b377aab52f5f29e6c7c12968')
+md5sums=('3e9fd67a9a003df202e3495e0e17ede4')
package() {
cd "$srcdir/$pkgname-$pkgver/"