wine: update to 1.9.14.
This commit is contained in:
parent
11c8a5da4a
commit
a7ffc4c47b
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=1.9.13
|
||||
version=1.9.14
|
||||
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=9b678019d71f28f1e570f7f40e43fcdd52a0d4276123679f2dfea8665f37c0d9
|
||||
checksum=7fbe961caf171d95e1ae109e361f3a9e7cb9f6c9321775e961be2bc12892c52c
|
||||
|
||||
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+=" 582a896602254e4bb21cbf85f14ca3977a368a6b30fab94dbcbd17877c914252"
|
||||
checksum+=" fd9e1d52d96bd405e2aa7d2d6537e31f86fee20102cb5a0ef8b452afd70667ed"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in New Issue