dialog: update to 1.3.20210324.
This commit is contained in:
parent
a279abf769
commit
de91aee3e7
@ -1,9 +1,9 @@
|
||||
# Template file for 'dialog'
|
||||
pkgname=dialog
|
||||
_distver=1.3
|
||||
_date=20210117
|
||||
version="${_distver}.${_date}"
|
||||
version=1.3.20210324
|
||||
revision=1
|
||||
_distver=${version%.*}
|
||||
_date=${version##*.}
|
||||
wrksrc="${pkgname}-${_distver}-${_date}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ncursesw --disable-nls"
|
||||
@ -12,8 +12,9 @@ short_desc="Tool to display dialog boxes from shell scripts"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-only"
|
||||
homepage="https://invisible-island.net/dialog/"
|
||||
changelog="https://invisible-island.net/dialog/CHANGES"
|
||||
distfiles="https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
||||
checksum=3c1ed08f44bcf6f159f2aa6fde765db94e8997b3eefb49d8b4c86691693c43e1
|
||||
checksum=01c2d1e2e9af9b083ea200caad084fdfda55178d5bbf4e42c9fff44935151653
|
||||
|
||||
post_install() {
|
||||
rm -r ${DESTDIR}/usr/lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user