summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps2016-10-02 14:10:56 +1100
committerDylan Araps2016-10-02 14:10:56 +1100
commit1dedfc6739afe582241334a808b211ae0db56a8e (patch)
tree51871e7b9d69327216197f6bad5507c37f470115
parent3605ad9f3eefa9d6d66f8b26f9edef63e55d9b81 (diff)
downloadaur-1dedfc6739afe582241334a808b211ae0db56a8e.tar.gz
Neofetch 1.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8a15d004638..6823650eca69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 14 23:22:59 UTC 2016
+# Sun Oct 2 03:10:31 UTC 2016
pkgbase = neofetch
pkgdesc = CLI script to show your system's info and display an image using w3m.
- pkgver = 1.7
+ pkgver = 1.8
pkgrel = 1
url = https://github.com/dylanaraps/neofetch
arch = any
@@ -20,8 +20,8 @@ pkgbase = neofetch
optdepends = xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)
optdepends = xorg-xprop: Desktop Environment and Window Manager
conflicts = neofetch-git
- source = https://github.com/dylanaraps/neofetch/archive/1.7.tar.gz
- md5sums = 3e9fd67a9a003df202e3495e0e17ede4
+ source = https://github.com/dylanaraps/neofetch/archive/1.8.tar.gz
+ md5sums = 2d2c70c671d529865eeb90f875638782
pkgname = neofetch
diff --git a/PKGBUILD b/PKGBUILD
index fd423dd9d71e..2dade4e205c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dylan Araps <dyl@tfwno.gf>
pkgname=neofetch
-pkgver=1.7
+pkgver=1.8
pkgrel=1
pkgdesc="CLI script to show your system's info and display an image using w3m."
arch=('any')
@@ -22,7 +22,7 @@ optdepends=(
'xorg-xprop: Desktop Environment and Window Manager'
)
source=("https://github.com/dylanaraps/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('3e9fd67a9a003df202e3495e0e17ede4')
+md5sums=('2d2c70c671d529865eeb90f875638782')
package() {
cd "$srcdir/$pkgname-$pkgver/"