diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-05-19 19:13:39 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-05-19 19:14:32 -0300 |
commit | c256aa94171587e01119443e0cbc99dfa896b91c (patch) | |
tree | 189656002ddb67007aa8f6afba2bb3c011b9f8dc /pcr/pcsx2-git | |
parent | c7f3c987d2afae8f09a269875919b70ddf6f14ac (diff) | |
download | abslibre-c256aa94171587e01119443e0cbc99dfa896b91c.tar.gz abslibre-c256aa94171587e01119443e0cbc99dfa896b91c.tar.bz2 abslibre-c256aa94171587e01119443e0cbc99dfa896b91c.zip |
pcr/pcsx2-git: update pkg
Diffstat (limited to 'pcr/pcsx2-git')
-rw-r--r-- | pcr/pcsx2-git/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/pcsx2-git/PKGBUILD b/pcr/pcsx2-git/PKGBUILD index 35e3d9590..a5ac313d1 100644 --- a/pcr/pcsx2-git/PKGBUILD +++ b/pcr/pcsx2-git/PKGBUILD @@ -5,17 +5,17 @@ _pkgname=pcsx2 pkgname=pcsx2-git -pkgver=r7148.abdb826 +pkgver=r8317.247d33a pkgrel=1.parabola1 pkgdesc='A Sony PlayStation 2 emulator, without nonfree nvidia-cg-toolkit support' arch=('i686' 'x86_64') url='http://www.pcsx2.net' license=('GPL2' 'GPL3' 'LGPL2.1' 'LGPL3') depends_i686=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' - 'portaudio' 'sdl' 'soundtouch' 'wxgtk') + 'portaudio' 'sdl2' 'soundtouch' 'wxgtk') depends_x86_64=('lib32-glew' 'lib32-libaio' 'lib32-libcanberra' 'lib32-libjpeg-turbo' - 'lib32-portaudio' 'lib32-sdl' 'lib32-soundtouch' 'lib32-wxgtk') + 'lib32-portaudio' 'lib32-sdl2' 'lib32-soundtouch' 'lib32-wxgtk') makedepends=('cmake' 'git') makedepends_x86_64=('gcc-multilib') optdepends_x86_64=('lib32-gtk-engines: GTK2 engines support' |