Skip to content

Commit

Permalink
nano: fix example nanorc.
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5c authored and classabbyamp committed Sep 5, 2022
1 parent 1b67c43 commit cf59354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/nano/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'nano'
pkgname=nano
version=6.4
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-utf8"
makedepends="file-devel ncurses-devel"
Expand All @@ -14,5 +14,5 @@ distfiles="https://www.nano-editor.org/dist/v${version%%.*}/nano-${version}.tar.
checksum=4199ae8ca78a7796de56de1a41b821dc47912c0307e9816b56cc317df34661c0

post_install() {
vsconf syntax/nanorc.nanorc
vsconf doc/sample.nanorc
}

0 comments on commit cf59354

Please sign in to comment.