wine: update to 2.4
This commit is contained in:
parent
279d4da6a5
commit
16e00b4ad1
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=2.3
|
||||
version=2.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-gstreamer"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|||
license="LGPL-2.1"
|
||||
homepage="http://www.winehq.org/"
|
||||
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${version}.tar.xz"
|
||||
checksum=afc95c7a87cc8f0730b462c50a5dfc9c462eb02c6bf5874b4fa99946f49e067e
|
||||
checksum=87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e
|
||||
|
||||
CC="gcc"
|
||||
CFLAGS="-O2 -pipe"
|
||||
|
@ -45,7 +45,7 @@ fi
|
|||
if [ ${build_option_staging} ]; then
|
||||
makedepends+=" libva-devel gtk+3-devel"
|
||||
distfiles+=" https://github.com/wine-compholio/wine-staging/archive/v${version}.tar.gz"
|
||||
checksum+=" 9a81be606836fab6203857f7937ff97575947f75d52c80fb5489418efb8b87e1"
|
||||
checksum+=" 709cab12c0ebf7cf9504fd4a67eb851272309e00066ad81f184b0f55c63e9deb"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in a new issue