summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiancarlo Razzolini2016-10-13 18:01:29 -0300
committerGiancarlo Razzolini2016-10-13 18:01:29 -0300
commit2ddc4f74fcb1b0bff11a09262e734dd0ca02f58c (patch)
treee28a50ed9902ad95edb7ba9e6475fa0fdf7b7549
parent548d1b1f75111eebb0a44e4c475f8ddcc76e72c8 (diff)
downloadaur-2ddc4f74fcb1b0bff11a09262e734dd0ca02f58c.tar.gz
* Minor PKGBUILD corrections.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4816284e398e..95ba6c622050 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue May 31 17:01:16 UTC 2016
+# Thu Oct 13 21:01:19 UTC 2016
pkgbase = wine-ivb
pkgdesc = A compatibility layer for running Windows programs: indexed vertex blending - https://bugs.winehq.org/show_bug.cgi?id=39057
pkgver = 1.9.11
- pkgrel = 1
+ pkgrel = 2
url = http://www.winehq.com
install = wine.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7cd1d2444978..43cde73625ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_basename=wine
pkgname=wine-ivb
pkgver=1.9.11
-pkgrel=1
+pkgrel=2
_pkgbasever=${pkgver/rc/-rc}
@@ -122,8 +122,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() {