summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkenshen1122020-11-13 14:43:34 -0700
committerkenshen1122020-11-13 14:43:34 -0700
commit715e5d3fc7c1d2c558e90a4663769fba705e7a71 (patch)
tree205ce568cc51c3174098bcb2714016b8576fc089 /PKGBUILD
parent33c3af0b9f196fcd746dae21acec0bfd252805f2 (diff)
downloadaur-715e5d3fc7c1d2c558e90a4663769fba705e7a71.tar.gz
Added missing new dependancy. Removed GTK3 command since it's been depreciated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ed58174c41f..8858c650f5ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=pcsx2-git
-pkgver=1.7.0.r525.ada804741
+pkgver=1.7.0.r596.319287dbe
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -21,6 +21,7 @@ depends=(
lib32-libpcap
lib32-libpulse
lib32-portaudio
+ lib32-libsamplerate
lib32-sdl2
lib32-soundtouch
lib32-wxgtk3
@@ -63,7 +64,6 @@ build() {
-DPLUGIN_DIR=/usr/lib32/pcsx2 \
-DGAMEINDEX_DIR=/usr/share/pcsx2 \
-GNinja \
- -DGTK3_API=on\
-DPACKAGE_MODE=ON \
-DXDG_STD=TRUE
ninja