summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebe67ef580e6..6c47f4e28493 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jun 21 01:09:12 UTC 2017
+# Thu Sep 14 00:26:12 UTC 2017
pkgbase = neofetch
pkgdesc = A CLI system information tool written in BASH that supports displaying images.
- pkgver = 3.2.0
+ pkgver = 3.3.0
pkgrel = 1
url = https://github.com/dylanaraps/neofetch
arch = any
@@ -20,9 +20,8 @@ pkgbase = neofetch
optdepends = xorg-xprop: Desktop Environment and Window Manager
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.2.0.tar.gz
- md5sums = 81642e54cba73758de5b24f06696393d
+ source = https://github.com/dylanaraps/neofetch/archive/3.3.0.tar.gz
+ md5sums = 98e4d79ff945326e14f673e34c386837
pkgname = neofetch
diff --git a/PKGBUILD b/PKGBUILD
index 91c66f3b9e3e..8765a5fa6bd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
# Maintainer: Dylan Araps <dylan.araps@gmail.com>
pkgname=neofetch
-pkgver=3.2.0
+pkgver=3.3.0
pkgrel=1
pkgdesc="A CLI system information tool written in BASH that supports displaying images."
arch=('any')
url="https://github.com/dylanaraps/${pkgname}"
license=('MIT')
-conflicts=(${pkgname}-git)
depends=('bash')
optdepends=(
'feh: Wallpaper Display'
@@ -23,7 +22,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=('615ed4008dffd50fbf0e068495aa6fa0')
+md5sums=('98e4d79ff945326e14f673e34c386837')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/"