summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2018-02-27 10:14:14 +0100
committerChristoph Haag2018-02-27 10:14:14 +0100
commit185829918fbe7e7eb7f1b8c628460d66bf2b4311 (patch)
treec6470ab9d074357bd727c29f16e21d5cd65ffee2
parent56d9630c7b70837405819594ff9058fefb1c2330 (diff)
downloadaur-185829918fbe7e7eb7f1b8c628460d66bf2b4311.tar.gz
missed some ${pkgname}
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ed557f18c09..bf3f5c55f682 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Feb 27 09:06:44 UTC 2018
+# Tue Feb 27 09:14:11 UTC 2018
pkgbase = wine-vulkan-git
pkgdesc = A compatibility layer for running Windows programs (git version with vulkan patches)
pkgver = r122676.5557ebd4ff
diff --git a/PKGBUILD b/PKGBUILD
index e11efc040c49..d44672ee613f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -138,7 +138,7 @@ build() {
local _wine32opts=(
'--libdir=/usr/lib32'
- "--with-wine64=${srcdir}/${pkgname}-64-build"
+ "--with-wine64=${srcdir}/wine-git-64-build"
)
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
@@ -147,7 +147,7 @@ build() {
# build wine 32-bit
msg2 'Building Wine-32...'
- cd "${srcdir}/${pkgname}"-32-build
+ cd "${srcdir}/wine-git"-32-build
../"wine-git"/configure \
--prefix='/usr' \
@@ -177,7 +177,7 @@ package() {
# package wine 64-bit
msg2 'Packaging Wine-64...'
- cd "${srcdir}/${pkgname}"-64-build
+ cd "${srcdir}/wine-git"-64-build
make prefix="$pkgdir/usr" \
libdir="$pkgdir/usr/lib" \