wine: update to 1.9.18.
This commit is contained in:
parent
2c9555cf4a
commit
9a9eeea2ce
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=1.9.17
|
||||
version=1.9.18
|
||||
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%.*}/wine-${version}.tar.bz2"
|
||||
checksum=6e1ee9dc2f3a11d529dc0133c4c0afb9e6e5440e1f34463faefeb9e55cc60ecf
|
||||
checksum=26614baa0daac5a0953c04590f187559e5edc314cb34491322f280b34f3268d8
|
||||
|
||||
lib32mode=full
|
||||
only_for_archs=i686
|
||||
|
@ -42,7 +42,7 @@ fi
|
|||
if [ ${build_option_staging} ]; then
|
||||
makedepends+=" libva-devel gtk+3-devel"
|
||||
distfiles+=" https://github.com/wine-compholio/${pkgname}-staging/archive/v${version}.tar.gz"
|
||||
checksum+=" 74c1263f978e08bb8d53806a384ae4cacb43e11c8d123761568263a1d61224a9"
|
||||
checksum+=" eac41973864486662bc42c8a5692f20a83f9bf6dc65b94d290847bd31e24ac48"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in New Issue