checkbashisms: update to 2.15.10
This commit is contained in:
parent
98ad120ac8
commit
ae380b5510
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'checkbashisms'
|
||||
pkgname=checkbashisms
|
||||
version=2.15.6
|
||||
version=2.15.10
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="devscripts-${version}"
|
||||
|
@ -10,12 +10,11 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="https://tracker.debian.org/pkg/devscripts"
|
||||
license="GPL-2"
|
||||
distfiles="${DEBIAN_SITE}/main/d/devscripts/devscripts_${version}.tar.xz"
|
||||
checksum=e4ecc4254fe250d718065353c6533486fd6aeee9c9fb36eb53d29842d8580326
|
||||
checksum=8659779f03563aea6187f744b083cea2dfe637da2bb12ff52e38dd2e6f3762f9
|
||||
|
||||
pre_install() {
|
||||
sed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin scripts/checkbashisms.pl checkbashisms
|
||||
vman scripts/checkbashisms.1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xterm'
|
||||
pkgname=xterm
|
||||
version=320
|
||||
revision=2
|
||||
version=321
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-wide-chars --enable-88-color --enable-broken-osc
|
||||
--enable-256-color --enable-luit --enable-paste64 --enable-ansi-color
|
||||
|
@ -19,7 +19,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://invisible-island.net/xterm/"
|
||||
license="MIT"
|
||||
distfiles="ftp://invisible-island.net/xterm/$pkgname-$version.tgz"
|
||||
checksum=a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7
|
||||
checksum=ae23b0a2c309d20a676ee05e37241c9d4ae4cd35a88e4764cb179bce3d6186d6
|
||||
|
||||
post_install() {
|
||||
for f in {u,}xterm.desktop; do
|
||||
|
|
Loading…
Reference in New Issue