summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-10-10 16:00:13 -0300
committerDaniel Bermond2017-10-10 16:00:13 -0300
commitc31dca789c1c5981d76e6f88825b6696381377ea (patch)
treef763ea257ffac544c90752974902fa135d4914f2 /PKGBUILD
parentee8952e9c82fafae05cd40e5f62d7f1bb81298c6 (diff)
downloadaur-c31dca789c1c5981d76e6f88825b6696381377ea.tar.gz
Remove flex patch
Not needed anymore. It was fixed by upstream flex. References ---------- https://bugs.winehq.org/show_bug.cgi?id=42132#c6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb6b0b8174d7..b60e73bb8c19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=wine-git
pkgver=2.1.r285.gd00f7315e0
-pkgrel=2
+pkgrel=3
pkgdesc='A compatibility layer for running Windows programs (git version)'
arch=('i686' 'x86_64')
url='https://www.winehq.org'
@@ -73,11 +73,9 @@ optdepends=(
)
options=('staticlibs')
source=("$pkgname"::'git://source.winehq.org/git/wine.git'
- '30-win32-aliases.conf'
- '0001-winhlp32-Workaround-a-bug-in-Flex.patch')
+ '30-win32-aliases.conf')
sha256sums=('SKIP'
- '9901a5ee619f24662b241672a7358364617227937d5f6d3126f70528ee5111e7'
- '140f489aeea9ff9bd605eb5b6f763fabeea51897ffa1138a6e5b01c4784b646c')
+ '9901a5ee619f24662b241672a7358364617227937d5f6d3126f70528ee5111e7')
if [ "$CARCH" = 'i686' ]
then
@@ -94,12 +92,10 @@ else
fi
prepare() {
- # https://bugs.winehq.org/show_bug.cgi?id=42132
cd "$pkgname"
- patch -p1 -i "${srcdir}/0001-winhlp32-Workaround-a-bug-in-Flex.patch"
# fix path of opencl headers
- sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i "$pkgname"/configure*
+ sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i configure*
}
pkgver() {