Skip to content

Commit

Permalink
Merge pull request msys2#4573 from Suyun114/nano-8.0
Browse files Browse the repository at this point in the history
nano: Update to 8.0
  • Loading branch information
lazka authored May 2, 2024
2 parents 78fa2a9 + 80baa1a commit d4188fe
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions nano/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>

pkgname=nano
pkgver=7.2
pkgver=8.0
pkgrel=1
pkgdesc="Pico editor clone with enhancements"
arch=('i686' 'x86_64')
Expand All @@ -18,19 +18,13 @@ makedepends=('autotools'
'libiconv-devel'
'gettext-devel')
backup=('etc/nanorc')
source=(https://www.nano-editor.org/dist/v7/${pkgname}-${pkgver}.tar.xz{,.asc})
sha256sums=('86f3442768bd2873cec693f83cdf80b4b444ad3cc14760b74361474fc87a4526'
source=(https://www.nano-editor.org/dist/v8/${pkgname}-${pkgver}.tar.xz{,.asc})
sha256sums=('c17f43fc0e37336b33ee50a209c701d5beb808adc2d9f089ca831b40539c9ac4'
'SKIP')
validpgpkeys=(
'168E6F4297BFD7A79AFD4496514BBE2EB8E1961F' # Benno Schulenberg <bensberg@telfort.nl>
)

prepare() {
cd ${srcdir}/${pkgname}-${pkgver}

autoreconf -fiv
}

build() {
cd ${srcdir}/${pkgname}-${pkgver}

Expand Down

0 comments on commit d4188fe

Please sign in to comment.