mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
nano: update to 2.6.0
This commit is contained in:
parent
5d0294f4bb
commit
487af5f254
@ -1,6 +1,6 @@
|
|||||||
pkgname=nano
|
pkgname=nano
|
||||||
pkgver=2.5.3
|
pkgver=2.6.0
|
||||||
_mainver=2.5
|
_mainver=2.6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Pico editor clone with enhancements"
|
pkgdesc="Pico editor clone with enhancements"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -11,7 +11,7 @@ depends=('glibc' 'ncurses' 'sh')
|
|||||||
source=(http://www.nano-editor.org/dist/v${_mainver}/nano-${pkgver}.tar.gz)
|
source=(http://www.nano-editor.org/dist/v${_mainver}/nano-${pkgver}.tar.gz)
|
||||||
backup=(etc/nanorc)
|
backup=(etc/nanorc)
|
||||||
install=nano.install
|
install=nano.install
|
||||||
md5sums=('a04d77611422ab4b6a7b489650c7a793')
|
md5sums=('89051965a1de963190696348bc291b86')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/${pkgname}-${pkgver}
|
cd ${srcdir}/${pkgname}-${pkgver}
|
||||||
|
Loading…
Reference in New Issue
Block a user