wine: update to 2.10
This commit is contained in:
parent
1353edef65
commit
1a585d0dd9
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=2.9
|
version=2.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-gstreamer"
|
configure_args="--without-gstreamer"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://www.winehq.org/"
|
homepage="http://www.winehq.org/"
|
||||||
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${version}.tar.xz"
|
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${version}.tar.xz"
|
||||||
checksum=ac46f7bbbbc1dc135c95e4f98d28bf6e3d7a78fb7f9ba6caa7354a3e8786545f
|
checksum=488df7ffd2e81da455bf428fc9eb784bb4273a890334500895665711bd52f179
|
||||||
|
|
||||||
CC="gcc"
|
CC="gcc"
|
||||||
CFLAGS="-O2 -pipe"
|
CFLAGS="-O2 -pipe"
|
||||||
|
@ -46,7 +46,7 @@ fi
|
||||||
if [ ${build_option_staging} ]; then
|
if [ ${build_option_staging} ]; then
|
||||||
makedepends+=" libva-devel gtk+3-devel"
|
makedepends+=" libva-devel gtk+3-devel"
|
||||||
distfiles+=" https://github.com/wine-compholio/wine-staging/archive/v${version}.tar.gz"
|
distfiles+=" https://github.com/wine-compholio/wine-staging/archive/v${version}.tar.gz"
|
||||||
checksum+=" cde0895142c0ca0be5b532560ec0546d6e4f655615572d80cfcce663f92c57f6"
|
checksum+=" b361ec92b2e40de983b987f6564dbb75dcb121c6e2f0123fe1ae234fd81a591b"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue