From 79651bd2561befbce822d4d0ee3fced825e541cb Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 16 Feb 2016 12:06:31 +0300 Subject: [PATCH] nano: Update to 2.5.2 --- nano/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nano/PKGBUILD b/nano/PKGBUILD index 2e217945..07304bc5 100644 --- a/nano/PKGBUILD +++ b/nano/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alexey Pavlov pkgname=nano -pkgver=2.4.3 +pkgver=2.5.2 pkgrel=1 pkgdesc="Pico editor clone with enhancements" arch=('i686' 'x86_64') @@ -16,11 +16,11 @@ makedepends=('make' 'gettext-devel') backup=('etc/nanorc') install=nano.install -source=(http://www.nano-editor.org/dist/v2.4/${pkgname}-${pkgver}.tar.gz +source=(http://www.nano-editor.org/dist/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz 2.2.4-wchar.patch nano-2.3.4-fix-ncurses-location.patch nano-2.3.2-msys2.patch) -md5sums=('0acc0ca68eee68ef38f899532a4873c6' +md5sums=('036830de22b8a76a0e6f84c0cb36ff12' '85fd83d3de15f8820bec392a0a938274' '115d59c70211cafa25c468a67586b427' '8bb4295dcd8d024a20f75137da16aa61')