xboard: update to 4.8.0.
This commit is contained in:
parent
1fd731a3b3
commit
22f75f1c15
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xboard'
|
||||
pkgname=xboard
|
||||
version=4.7.3
|
||||
version=4.8.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk --enable-zippy"
|
||||
|
@ -12,10 +12,10 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="GPL-3"
|
||||
homepage="http://www.gnu.org/software/xboard/"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=7fd0b03f53dad57c587bc3438459612e2455534f715cfb0e637b6290f34cbeaa
|
||||
checksum=c88f48fc7fe067be0a13b8d121c38551145f889719c212717884e5e82d902d17
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/fairymax/gnuchess/g' */xboard.h xboard.conf.in
|
||||
sed -i 's/fairymax/gnuchess/g' */xboard.h xboard.conf
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue