summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2018-06-19 12:06:32 +0200
committerMaxime Gauduin2018-06-19 12:06:32 +0200
commitadda52868294a1d1da9f66a382b0de8b93786b54 (patch)
tree1bc85c12aebf622b9c11ca9c94d640db4982caff /PKGBUILD
parent5fe156408eaaff005e679f7a656a65451e498471 (diff)
downloadaur-adda52868294a1d1da9f66a382b0de8b93786b54.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 5c5d1723a95d..6cb854a8281a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Duck Hunt <vaporeon@tfwno.gf>
pkgname=libretro-ppsspp-git
-pkgver=r24058.29de4b5a1
+pkgver=r24191.9c9432e75
pkgrel=1
pkgdesc='Sony PlayStation Portable core'
arch=('x86_64')
@@ -11,7 +11,7 @@ url='https://github.com/libretro/libretro-ppsspp'
license=('GPL2')
groups=('libretro-unstable')
depends=('gcc-libs' 'glew' 'glibc' 'libgl' 'libretro-core-info' 'sdl2' 'zlib')
-makedepends=('cmake' 'git' 'glu')
+makedepends=('cmake' 'git' 'glu' 'libglvnd')
provides=('libretro-ppsspp')
conflicts=('libretro-ppsspp')
source=('libretro-ppsspp::git+https://github.com/libretro/ppsspp.git'