summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps2017-01-30 19:58:28 +1100
committerDylan Araps2017-01-30 19:58:28 +1100
commitd069c74c369f4958e985646a850a32b64dfdbf13 (patch)
treeed047491d2bf8212c9e9e954e4ff6937cd54baa0
parent45a2e905a1b0f18ae1fbb79e40a39c83b19e0bb2 (diff)
downloadaur-d069c74c369f4958e985646a850a32b64dfdbf13.tar.gz
Bump version to 3.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b16849068504..c660967128f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 23 03:54:16 UTC 2017
+# Mon Jan 30 08:58:11 UTC 2017
pkgbase = neofetch
pkgdesc = A CLI system information tool written in BASH that supports displaying images.
- pkgver = 3.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://github.com/dylanaraps/neofetch
arch = any
@@ -21,8 +21,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/3.0.tar.gz
- md5sums = 2d702613da6486d1c2345f683b09d4db
+ source = https://github.com/dylanaraps/neofetch/archive/3.0.1.tar.gz
+ md5sums = b252e3bea89c8aa110647b856f7840fd
pkgname = neofetch
diff --git a/PKGBUILD b/PKGBUILD
index fcbc73c5d1e1..c23d77315950 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dylan Araps <dylan.araps@gmail.com>
pkgname=neofetch
-pkgver=3.0
+pkgver=3.0.1
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=('2d702613da6486d1c2345f683b09d4db')
+md5sums=('b252e3bea89c8aa110647b856f7840fd')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/"