summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2018-10-11 21:39:07 +0000
committerDaniel Bermond2018-10-11 21:39:07 +0000
commit376fd4d6e75686eb5ae898548afa86e97ca6214a (patch)
tree086d92b252648257ebb4cc5ac8de5f81f18fa3af /PKGBUILD
parent8cc332291497f8ecdda766f3baa09ab6aa073137 (diff)
downloadaur-376fd4d6e75686eb5ae898548afa86e97ca6214a.tar.gz
Remove freetype harmony fix (implemented by upstream wine)
References ---------- https://source.winehq.org/git/wine.git/commit/66e446c5ec5c7f4f072358712151d75305dfbd49
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b53ae86f27f6..a596d951bbc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
pkgname=wine-staging-git
-pkgver=3.8.r0.geb684dd9+wine.3.8.r0.g7280f7fb74
+pkgver=3.17.r13.g4beed4a3+wine.3.17.r144.g9f05343013
pkgrel=1
pkgdesc='A compatibility layer for running Windows programs (staging branch, git version)'
arch=('i686' 'x86_64')
@@ -83,12 +83,10 @@ options=('staticlibs')
install="$pkgname".install
source=('wine-git'::'git://source.winehq.org/git/wine.git'
"$pkgname"::'git+https://github.com/wine-staging/wine-staging.git'
- 'harmony-fix.diff'
'30-win32-aliases.conf'
'wine-binfmt.conf')
sha256sums=('SKIP'
'SKIP'
- '50ccb5bd2067e5d2739c5f7abcef11ef096aa246f5ceea11d2c3b508fc7f77a1'
'9901a5ee619f24662b241672a7358364617227937d5f6d3126f70528ee5111e7'
'6dfdefec305024ca11f35ad7536565f5551f09119dda2028f194aee8f77077a4')
@@ -131,9 +129,6 @@ prepare() {
# fix path of opencl headers
sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i configure*
-
- # freetype harmony fix
- patch -Np1 -i "${srcdir}/harmony-fix.diff"
}
pkgver() {