summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps2016-10-04 12:00:12 +1100
committerDylan Araps2016-10-04 12:00:12 +1100
commitd4961d23a894bef69b5aefb441b68e3fb5d588ca (patch)
treee66795570cb69aa7965554bc15879546678b194c
parent1dedfc6739afe582241334a808b211ae0db56a8e (diff)
downloadaur-d4961d23a894bef69b5aefb441b68e3fb5d588ca.tar.gz
Neofetch 1.8.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6823650eca69..86a46a821361 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Oct 2 03:10:31 UTC 2016
+# Tue Oct 4 00:59:59 UTC 2016
pkgbase = neofetch
pkgdesc = CLI script to show your system's info and display an image using w3m.
- pkgver = 1.8
+ pkgver = 1.8.1
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.8.tar.gz
- md5sums = 2d2c70c671d529865eeb90f875638782
+ source = https://github.com/dylanaraps/neofetch/archive/1.8.1.tar.gz
+ md5sums = b59c9c2c86c1863937ee866a8d70c7c8
pkgname = neofetch
diff --git a/PKGBUILD b/PKGBUILD
index 2dade4e205c7..ee2fee840fb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dylan Araps <dyl@tfwno.gf>
pkgname=neofetch
-pkgver=1.8
+pkgver=1.8.1
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=('2d2c70c671d529865eeb90f875638782')
+md5sums=('b59c9c2c86c1863937ee866a8d70c7c8')
package() {
cd "$srcdir/$pkgname-$pkgver/"