summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12e47ac45785..7ff2d6a36da7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 11 21:34:44 UTC 2018
+# Mon Jun 18 13:03:17 UTC 2018
pkgbase = ppsspp-git
pkgdesc = A PSP emulator written in C++
- pkgver = 1.5.4.r545.4ccf30d0a
+ pkgver = 1.6.3.r219.f3ab56e15
pkgrel = 1
url = http://www.ppsspp.org/
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = ppsspp-git
makedepends = cmake
makedepends = git
makedepends = glu
+ makedepends = libglvnd
makedepends = libzip
makedepends = qt5-tools
depends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index c3975601822b..39cc309a2683 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
pkgbase=ppsspp-git
pkgname=('ppsspp-git' 'ppsspp-headless-git' 'ppsspp-qt-git')
-pkgver=1.5.4.r545.4ccf30d0a
+pkgver=1.6.3.r219.f3ab56e15
pkgrel=1
pkgdesc='A PSP emulator written in C++'
arch=('x86_64')
url='http://www.ppsspp.org/'
license=('GPL2')
depends=('gcc-libs' 'glew' 'glibc' 'libgl' 'sdl2' 'zlib')
-makedepends=('cmake' 'git' 'glu' 'libzip' 'qt5-tools')
+makedepends=('cmake' 'git' 'glu' 'libglvnd' 'libzip' 'qt5-tools')
source=('git+https://github.com/hrydgard/ppsspp.git'
'ppsspp-ffmpeg::git+https://github.com/hrydgard/ppsspp-ffmpeg.git'
'ppsspp-glslang::git+https://github.com/hrydgard/glslang.git'