dialog: update to 1.3.20190211.
This commit is contained in:
parent
e9d3087012
commit
a1c4624460
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'dialog'
|
||||
pkgname=dialog
|
||||
_distver=1.3
|
||||
_date=20181107
|
||||
_date=20190211
|
||||
version="${_distver}.${_date}"
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${_distver}-${_date}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ncursesw --disable-nls"
|
||||
makedepends="ncurses-devel"
|
||||
short_desc="A tool to display dialog boxes from shell scripts"
|
||||
short_desc="Tool to display dialog boxes from shell scripts"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="LGPL-2.1-only"
|
||||
homepage="https://invisible-island.net/dialog/"
|
||||
distfiles="https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
||||
checksum=efeaca8027dda53a9f3cf6c7b5c1a77093825b7a9b85c23c0c6c96afc3506457
|
||||
checksum=49c0e289d77dcd7806f67056c54f36a96826a9b73a53fb0ffda1ffa6f25ea0d3
|
||||
|
||||
post_install() {
|
||||
rm -r ${DESTDIR}/usr/lib
|
||||
|
|
Loading…
Add table
Reference in a new issue