summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoey Dumont2023-05-15 22:04:46 -0400
committerJoey Dumont2023-05-15 22:04:46 -0400
commit87468fa9919ea838c55109fd54169e2cbcdf9016 (patch)
tree133531ba42f5a31acc28048f5a48d5b6d0fb4f74 /PKGBUILD
parent9e832c393d6d9f5035eeddc22818d4c73661c889 (diff)
downloadaur-87468fa9919ea838c55109fd54169e2cbcdf9016.tar.gz
upgpkg: nano-git 20230514-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2e08f468624..7e2cf99329e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joey Dumont <joey.dumont@gmail.com>
pkgname=nano-git
-pkgver=20210327
+pkgver=20230514
pkgrel=1
pkgdesc="Pico editor clone with enhancements, git version"
arch=(x86_64)
@@ -8,12 +8,14 @@ license=('GPL')
url="http://www.nano-editor.org"
depends=('ncurses' 'file')
makedepends=('texinfo' 'git')
-source=(git://git.savannah.gnu.org/nano.git)
+source=(git+https://git.savannah.gnu.org/git/nano.git
+ fix-git-path.patch)
backup=('etc/nanorc')
provides=('nano')
conflicts=('nano')
replaces=('nano-svn')
-sha512sums=('SKIP')
+sha512sums=('SKIP'
+ '51a9ccc7b0be33f14c8fa355ed0df97a3c3a468e28815b3e7618aa19c2f0ffa13053f4b11619a98352803eac82dd0125cfc424884943f79b3653eed531fd69cc')
pkgver() {
# Identify latest version.
@@ -24,6 +26,7 @@ pkgver() {
prepare() {
# Running the configure script.
cd "$srcdir/nano"
+ patch -p 2 -i "${srcdir}/fix-git-path.patch"
./autogen.sh
./configure \