summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-12-25 10:24:16 -0800
committerJohnathan Jenkins2017-12-25 10:24:16 -0800
commit4091d9c316cab45293878a78c4bdf851e46a06bc (patch)
tree7752ee36d2ad4175c47d068670dfac12e8906de2
parent09c0d8a0f49cc2957b3af47eeabd2e69bdb12e3d (diff)
downloadaur-4091d9c316cab45293878a78c4bdf851e46a06bc.tar.gz
1.6 release
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86437ac1894d..1b766cb845bd 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Oct 5 14:47:12 UTC 2017
+# Mon Dec 25 18:24:05 UTC 2017
pkgbase = nnn
pkgdesc = The missing terminal file browser for X.
- pkgver = 1.5
+ pkgver = 1.6
pkgrel = 1
url = https://github.com/jarun/nnn
arch = i686
@@ -10,8 +10,8 @@ pkgbase = nnn
license = CUSTOM
depends = ncurses
depends = readline
- source = https://github.com/jarun/nnn/archive/v1.5.tar.gz
- md5sums = 9969dc74c8baacecf2bc77f19fd21cc3
+ source = https://github.com/jarun/nnn/archive/v1.6.tar.gz
+ md5sums = 3040d88a3eebb93cb27b1376d490805d
pkgname = nnn
diff --git a/PKGBUILD b/PKGBUILD
index af7ce7365604..7b3477a6b90a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=nnn
-pkgver=1.5
+pkgver=1.6
pkgrel=1
pkgdesc="The missing terminal file browser for X."
arch=("i686" "x86_64")
@@ -9,7 +9,7 @@ depends=("ncurses" "readline")
url="https://github.com/jarun/nnn"
license=('CUSTOM')
source=("https://github.com/jarun/nnn/archive/v${pkgver//_/-}.tar.gz")
-md5sums=('9969dc74c8baacecf2bc77f19fd21cc3')
+md5sums=('3040d88a3eebb93cb27b1376d490805d')
package() {