mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
libedit: update to 20221030.3.1.
This commit is contained in:
parent
680f00f388
commit
482b8c4797
2 changed files with 3 additions and 18 deletions
|
@ -1,14 +0,0 @@
|
|||
fixes musl build
|
||||
|
||||
diff --git a/src/reallocarr.c b/src/reallocarr.c
|
||||
index c637ab4..549573a 100644
|
||||
--- a/src/reallocarr.c
|
||||
+++ b/src/reallocarr.c
|
||||
@@ -37,7 +37,6 @@
|
||||
#include "nbtool_config.h"
|
||||
#endif
|
||||
|
||||
-#include <sys/cdefs.h>
|
||||
__RCSID("$NetBSD: reallocarr.c,v 1.5 2015/08/20 22:27:49 kamil Exp $");
|
||||
|
||||
#include <errno.h>
|
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'libedit'
|
||||
pkgname=libedit
|
||||
version=20221009.3.1
|
||||
version=20221030.3.1
|
||||
revision=1
|
||||
_distver="${version%%.*}-${version#*.}"
|
||||
build_style=gnu-configure
|
||||
makedepends="ncurses-devel"
|
||||
short_desc="Port of the NetBSD Command Line Editor Library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://www.thrysoee.dk/editline/"
|
||||
distfiles="https://www.thrysoee.dk/editline/libedit-${_distver}.tar.gz"
|
||||
checksum=b7b135a5112ce4344c9ac3dff57cc057b2b0e1b912619a36cf1d13fce8e88626
|
||||
distfiles="https://www.thrysoee.dk/editline/libedit-${version%%.*}-${version#*.}.tar.gz"
|
||||
checksum=f0925a5adf4b1bf116ee19766b7daa766917aec198747943b1c4edf67a4be2bb
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Add table
Reference in a new issue