summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan2016-04-01 21:42:42 +1100
committerDylan2016-04-01 21:42:42 +1100
commit4f4b4f3a7b6a4a677a84b7fc7af5d81274a78e42 (patch)
tree73ec8619bbf5590250026cfe8e1bce65de85c78b
parent6dd74e9bee7f79f1a2a3101a96654b863e09fdd7 (diff)
downloadaur-4f4b4f3a7b6a4a677a84b7fc7af5d81274a78e42.tar.gz
Update aur package to 1.6
-rw-r--r--.SRCINFO11
-rw-r--r--1.6.tar.gzbin0 -> 47050 bytes
-rw-r--r--PKGBUILD7
3 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b4de5580333..80ec466b068c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 25 02:42:40 UTC 2016
+# Fri Apr 1 10:42:32 UTC 2016
pkgbase = neofetch
pkgdesc = CLI script to show your system's info and display an image using w3m.
- pkgver = 1.5
+ pkgver = 1.6
pkgrel = 1
url = https://github.com/dylanaraps/neofetch
arch = any
@@ -17,10 +17,11 @@ pkgbase = neofetch
optdepends = nitrogen: Wallpaper Display
optdepends = scrot: Take a screenshot
optdepends = w3m: Display Images
- optdepends = xorg-xdpyinfo: Resolution Detection
+ 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.5.tar.gz
- md5sums = e49f0d09efce0f129c17886b0611e82b
+ source = https://github.com/dylanaraps/neofetch/archive/1.6.tar.gz
+ md5sums = f6d73367b377aab52f5f29e6c7c12968
pkgname = neofetch
diff --git a/1.6.tar.gz b/1.6.tar.gz
new file mode 100644
index 000000000000..ea75348ce109
--- /dev/null
+++ b/1.6.tar.gz
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
index 3197a345d32c..ef75681fedec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dylan Araps <dyl@tfwno.gf>
pkgname=neofetch
-pkgver=1.5
+pkgver=1.6
pkgrel=1
pkgdesc="CLI script to show your system's info and display an image using w3m."
arch=('any')
@@ -17,10 +17,11 @@ optdepends=(
'nitrogen: Wallpaper Display'
'scrot: Take a screenshot'
'w3m: Display Images'
- 'xorg-xdpyinfo: Resolution Detection'
+ 'xorg-xdpyinfo: resolution detection (Single Monitor)'
+ 'xorg-xrandr: resolution detection (Multi Monitor + Refresh rates)'
)
source=("https://github.com/dylanaraps/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('e49f0d09efce0f129c17886b0611e82b')
+md5sums=('f6d73367b377aab52f5f29e6c7c12968')
package() {
cd "$srcdir/$pkgname-$pkgver/"