summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-10-05 07:47:19 -0700
committerJohnathan Jenkins2017-10-05 07:47:19 -0700
commit09c0d8a0f49cc2957b3af47eeabd2e69bdb12e3d (patch)
tree4457e6a2df17738b16c509a23bc13f3549526b65
parentbd4ed5ebe8972ea032e2f20419caa9da7dd892ba (diff)
downloadaur-09c0d8a0f49cc2957b3af47eeabd2e69bdb12e3d.tar.gz
1.5 release
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b17dddc9a92c..86437ac1894d 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Sep 4 07:10:15 UTC 2017
+# Thu Oct 5 14:47:12 UTC 2017
pkgbase = nnn
- pkgdesc = Free, fast, friendly file browser
- pkgver = 1.4
+ pkgdesc = The missing terminal file browser for X.
+ pkgver = 1.5
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.4.tar.gz
- md5sums = c42160e9f87cfa3838553d1dcb39c978
+ source = https://github.com/jarun/nnn/archive/v1.5.tar.gz
+ md5sums = 9969dc74c8baacecf2bc77f19fd21cc3
pkgname = nnn
diff --git a/PKGBUILD b/PKGBUILD
index 5ccf4be48d8a..af7ce7365604 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=nnn
-pkgver=1.4
+pkgver=1.5
pkgrel=1
-pkgdesc="Free, fast, friendly file browser"
+pkgdesc="The missing terminal file browser for X."
arch=("i686" "x86_64")
depends=("ncurses" "readline")
url="https://github.com/jarun/nnn"
license=('CUSTOM')
source=("https://github.com/jarun/nnn/archive/v${pkgver//_/-}.tar.gz")
-md5sums=('c42160e9f87cfa3838553d1dcb39c978')
+md5sums=('9969dc74c8baacecf2bc77f19fd21cc3')
package() {