summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2018-06-18 15:03:18 +0200
committerMaxime Gauduin2018-06-18 15:03:18 +0200
commitde092002683c30b322713eab4a1b49578d7ab342 (patch)
tree8f8260db2ab89e6aca225eac71ff9304b451086e /PKGBUILD
parent866a928cee57d02374d0228285aa11f65062754b (diff)
downloadaur-de092002683c30b322713eab4a1b49578d7ab342.tar.gz
Add libglvnd to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'