tc-play: update to 3.3.
This commit is contained in:
parent
da92231606
commit
195df9c84a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tc-play'
|
# Template file for 'tc-play'
|
||||||
pkgname=tc-play
|
pkgname=tc-play
|
||||||
version=3.1
|
version=3.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="-f Makefile.classic PBKDF_BACKEND=gcrypt"
|
make_build_args="-f Makefile.classic PBKDF_BACKEND=gcrypt"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-2-clause"
|
license="BSD-2-clause"
|
||||||
homepage="https://github.com/bwalex/tc-play"
|
homepage="https://github.com/bwalex/tc-play"
|
||||||
distfiles="https://github.com/bwalex/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/bwalex/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=edca7cf5ea4ad824adb86be83ab742781a87e6b16c53a045bdd1b781a8da75e6
|
checksum=ad53cd814a23b4f61a1b2b6dc2539624ffb550504c400c45cbd8cd1da4c7d90a
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i Makefile.classic -e"s; -o tcplay; ${LDFLAGS}&;"
|
sed -i Makefile.classic -e"s; -o tcplay; ${LDFLAGS}&;"
|
||||||
|
|
Loading…
Reference in a new issue