dialog: update to 1.3.20231002.
Adopt.
This commit is contained in:
parent
2d1e329961
commit
81e895007e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dialog'
|
# Template file for 'dialog'
|
||||||
pkgname=dialog
|
pkgname=dialog
|
||||||
version=1.3.20230209
|
version=1.3.20231002
|
||||||
revision=1
|
revision=1
|
||||||
_distver=${version%.*}
|
_distver=${version%.*}
|
||||||
_date=${version##*.}
|
_date=${version##*.}
|
||||||
|
@ -8,12 +8,12 @@ build_style=gnu-configure
|
||||||
configure_args="--with-ncursesw --disable-nls"
|
configure_args="--with-ncursesw --disable-nls"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Tool to display dialog boxes from shell scripts"
|
short_desc="Tool to display dialog boxes from shell scripts"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-only"
|
||||||
homepage="https://invisible-island.net/dialog/"
|
homepage="https://invisible-island.net/dialog/"
|
||||||
changelog="https://invisible-island.net/dialog/CHANGES"
|
changelog="https://invisible-island.net/dialog/CHANGES"
|
||||||
distfiles="https://invisible-mirror.net/archives/dialog/dialog-${_distver}-${_date}.tgz"
|
distfiles="https://invisible-mirror.net/archives/dialog/dialog-${_distver}-${_date}.tgz"
|
||||||
checksum=0c26282305264be2217f335f3798f48b1dce3cf12c5a076bf231cadf77a6d6a8
|
checksum=315640ab0719225d5cbcab130585c05f0791fcf073072a5fe9479969aa2b833b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -r ${DESTDIR}/usr/lib
|
rm -r ${DESTDIR}/usr/lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue