wine: update to 2.14
This commit is contained in:
parent
acdc93ee7f
commit
756a29667c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=2.13
|
||||
version=2.14
|
||||
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=6fbca3ddd19b061ce65a267639efae93cf38cfabbe4a9c148a17a44703587ef8
|
||||
checksum=03f934d95181f728600ca04d395f10e821ee38cfa31655e872e4d27d2a8795c6
|
||||
|
||||
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+=" 0796440ebfa2aa651051e7081cc64f83774f966f26353876e024e42c59e24b46"
|
||||
checksum+=" cd4c8e400a808cbfa5c5cf088ea874c761d09db897f25bc33eab840101020b19"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in a new issue