summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVaporeon2015-11-04 21:57:57 +1300
committerVaporeon2015-11-04 21:57:57 +1300
commit191b02ea7266d8cbeb6c0fec23fc822f6d32374a (patch)
tree52984b18eaf33ef3d9317c63b885985f501ea01c /PKGBUILD
parentb3356f12427ca21505396cc8ce5319c0ae2e5f54 (diff)
downloadaur-191b02ea7266d8cbeb6c0fec23fc822f6d32374a.tar.gz
libepoxy dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d19a9e1ee2a5..124f4b764498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgbase=mgba-git
pkgname=('libmgba-git' 'mgba-sdl-git' 'mgba-qt-git')
-pkgver=r2873.b597d51
+pkgver=r2955.ec32efd
pkgrel=1
arch=('i686' 'x86_64')
url="http://mgba.io/"
license=('custom:MPL2')
makedepends=('git' 'cmake' 'qt5-base' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng'
- 'libzip' 'libedit' 'ffmpeg' 'imagemagick' 'desktop-file-utils')
+ 'libzip' 'libedit' 'ffmpeg' 'imagemagick' 'desktop-file-utils' 'libepoxy')
source=("git+https://github.com/mgba-emu/mgba.git")
sha1sums=('SKIP')
@@ -46,7 +46,7 @@ package_libmgba-git() {
package_mgba-sdl-git() {
pkgdesc='A Nintendo Gameboy Advance Emulator'
- depends=('libmgba-git' 'sdl2')
+ depends=('libmgba-git' 'sdl2' 'libepoxy')
conflicts=('mgba-sdl')
provides=('mgba-sdl')
@@ -59,7 +59,7 @@ package_mgba-sdl-git() {
package_mgba-qt-git() {
pkgdesc='A Nintendo Gameboy Advance Emulator - Qt5 UI'
- depends=('libmgba-git' 'qt5-base' 'qt5-multimedia' 'sdl2')
+ depends=('libmgba-git' 'qt5-base' 'qt5-multimedia' 'sdl2' 'libepoxy')
conflicts=('mgba-qt')
provides=('mgba-qt')
install=mgba.install