wine: update to 2.18
This commit is contained in:
parent
1080f33c12
commit
ac68cbb3fe
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=2.16
|
||||
version=2.18
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-gstreamer"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|||
license="LGPL-2.1"
|
||||
homepage="http://www.winehq.org/"
|
||||
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${version}.tar.xz"
|
||||
checksum=a561edcabecd6c44948e5b2ef11941b2ba047275240418fa2c98c1fdceda2c21
|
||||
checksum=9f0931129878157d717cb39f16cd33bf49f40aac77331c93d0ad30f2ccac4f50
|
||||
|
||||
CC="gcc"
|
||||
CFLAGS="-O2 -pipe"
|
||||
|
@ -46,7 +46,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+=" da0ef4b0eafe9cd1b9cf26a5b950088adf1308e17a0d6f4ae62516b6ee64248e"
|
||||
checksum+=" 69c75d3ca17b1c3617cd0934a9e9ad6fca37c6679900d2cb63f6981aa1026cc8"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in a new issue