Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / nnn


Commits:
231b1450 by Felix Yan at 2026-03-03T03:41:47+08:00
upgpkg: 5.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,16 @@
 pkgbase = nnn
        pkgdesc = The fastest terminal file manager ever written.
-       pkgver = 5.1
+       pkgver = 5.2
        pkgrel = 1
        url = https://github.com/jarun/nnn
        arch = x86_64
        license = BSD-2-Clause
        depends = bash
+       depends = glibc
+       depends = ncurses
+       depends = readline
        depends = sed
+       depends = hicolor-icon-theme
        optdepends = atool: for more archive formats
        optdepends = libarchive: for more archive formats
        optdepends = zip: for zip archive format
@@ -16,11 +20,11 @@ pkgbase = nnn
        optdepends = rclone: mount remotes
        optdepends = fuse2: unmount remotes
        optdepends = xdg-utils: desktop opener
-       source = 
nnn-5.1.tar.gz::https://github.com/jarun/nnn/releases/download/v5.1/nnn-v5.1.tar.gz
-       source = 
nnn-5.1.tar.gz.sig::https://github.com/jarun/nnn/releases/download/v5.1/nnn-5.1.tar.gz.sig
+       source = 
nnn-5.2.tar.gz::https://github.com/jarun/nnn/releases/download/v5.2/nnn-v5.2.tar.gz
+       source = 
nnn-5.2.tar.gz.sig::https://github.com/jarun/nnn/releases/download/v5.2/nnn-5.2.tar.gz.sig
        validpgpkeys = BBAD0B2F3093A7C3377A8F6BA75979F35C080412
        validpgpkeys = E0B84447CD884CBB13E3266E4A865183AF6C5631
-       sha512sums = 
b72775ef39dc483f5ec038cbc262e1dfc5fedd5db261cf146c38ea8a9951a9f54fe171e0e4b1089c50a6c32748ab691dd010c10c44baa22b5e7f39b4538cc27b
+       sha512sums = 
e799228f3481680e51943c4e814f23d3c766c03ac92e0ae54fe98203e047e3caeafe88fc8a6434fee4e359465e24d9c984f5443ac1fb4e799781bdabb3c481cb
        sha512sums = SKIP
 
 pkgname = nnn


=====================================
PKGBUILD
=====================================
@@ -5,11 +5,11 @@
 # Contributor: John Jenkins <[email protected]>
 
 pkgname=nnn
-pkgver=5.1
+pkgver=5.2
 pkgrel=1
 pkgdesc="The fastest terminal file manager ever written."
 arch=('x86_64')
-depends=('bash' 'sed')
+depends=('bash' 'glibc' 'ncurses' 'readline' 'sed' 'hicolor-icon-theme')
 optdepends=(
     'atool: for more archive formats'
     'libarchive: for more archive formats'
@@ -25,7 +25,7 @@ url="https://github.com/jarun/${pkgname}";
 license=('BSD-2-Clause')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jarun/nnn/releases/download/v$pkgver/nnn-v$pkgver.tar.gz";
         
"${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/v${pkgver}/nnn-${pkgver}.tar.gz.sig")
-sha512sums=('b72775ef39dc483f5ec038cbc262e1dfc5fedd5db261cf146c38ea8a9951a9f54fe171e0e4b1089c50a6c32748ab691dd010c10c44baa22b5e7f39b4538cc27b'
+sha512sums=('e799228f3481680e51943c4e814f23d3c766c03ac92e0ae54fe98203e047e3caeafe88fc8a6434fee4e359465e24d9c984f5443ac1fb4e799781bdabb3c481cb'
             'SKIP')
 validpgpkeys=('BBAD0B2F3093A7C3377A8F6BA75979F35C080412'
               'E0B84447CD884CBB13E3266E4A865183AF6C5631')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nnn/-/commit/231b1450b3640d9fafd2845bc5fd1134845188d9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nnn/-/commit/231b1450b3640d9fafd2845bc5fd1134845188d9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to