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