summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkenshen1122020-08-23 09:40:06 -0700
committerkenshen1122020-08-23 09:40:06 -0700
commit35be35b98dcdb0ab8c836bc5d2ade4172eb88883 (patch)
tree694674db2590870517a40325540d3d5da93b2824 /PKGBUILD
parente81816eabc132ea61a597b38a505efd8a861cb6f (diff)
downloadaur-35be35b98dcdb0ab8c836bc5d2ade4172eb88883.tar.gz
Purge of zzogl from being mentioned in the code. A new fix for the arch std::length issues. Purge of GSDX legacy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 414bc878a705..088a7401bd29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=pcsx2-git
-pkgver=1.7.0.r158.61f3258b9
+pkgver=1.7.0.r175.dc5bfbb47
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -60,7 +60,7 @@ build() {
-DGAMEINDEX_DIR=/usr/share/pcsx2 \
-DPACKAGE_MODE=ON \
-DXDG_STD=TRUE
- make
+ make -j4
}
package() {