summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2017-01-22 16:33:54 -0800
committerMike Swanson2017-01-22 16:33:54 -0800
commit1aca1461b3367ecd29c324eaa73d8bddaa267cd8 (patch)
tree3835b6da9b4589bf22b2e2699729f245a99d2e25
parent2b38195cd7cd732069e65c9534f502a1283c599a (diff)
downloadaur-1aca1461b3367ecd29c324eaa73d8bddaa267cd8.tar.gz
Oops. Fix the build with ccm, too. Don't refer to ../*.patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12a8679ef77d..c2acd9406d20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jan 22 19:11:41 UTC 2017
+# Mon Jan 23 00:32:17 UTC 2017
pkgbase = wine-stable
pkgdesc = A compatibility layer for running Windows programs
pkgver = 1.8.6
- pkgrel = 2
+ pkgrel = 3
url = http://www.winehq.com
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b10082386551..753603571e9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=wine-stable
pkgver=1.8.6
-pkgrel=2
+pkgrel=3
source=(https://dl.winehq.org/wine/source/1.8/wine-$pkgver.tar.bz2{,.sign}
30-win32-aliases.conf
@@ -59,7 +59,7 @@ prepare() {
# Allow ccache to work
mv wine-$pkgver wine
- for patch in ../*.patch; do
+ for patch in *.patch; do
if [ ! -f "$patch" ]; then
break;
else