summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiancarlo Razzolini2016-10-13 18:02:50 -0300
committerGiancarlo Razzolini2016-10-13 18:02:50 -0300
commit9501462ccf9eca45e165e9790bf271d8ab73e152 (patch)
tree44813b2c8954ed6cddb8e51b22a1fd61a1c7a5b9
parent15c840435375aaafb9a3c0a118c42454fe3e76a3 (diff)
downloadaur-9501462ccf9eca45e165e9790bf271d8ab73e152.tar.gz
* Minor PKBBUILD corrections.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af8d470c04e8..832a686aa6dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue May 31 17:57:47 UTC 2016
+# Thu Oct 13 21:02:43 UTC 2016
pkgbase = wine-staging-ivb
pkgdesc = A compatibility layer for running Windows programs - Staging branch: indexed vertex blending - https://bugs.winehq.org/show_bug.cgi?id=39057
pkgver = 1.9.11
diff --git a/PKGBUILD b/PKGBUILD
index 9ae1d3bf6a48..e4304f87e8dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -124,8 +124,8 @@ prepare() {
# Apply the ivb patches
cd $pkgname
- patch -Np1 -i ../patch-$pkgver-ivb.patch
- patch -Np1 -i ../patch_temp_constants.patch
+ patch -Np1 -i $srcdir/patch-$pkgver-ivb.patch
+ patch -Np1 -i $srcdir/patch_temp_constants.patch
}
build() {