summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVaporeon2017-08-05 03:00:18 +1000
committerVaporeon2017-08-05 03:00:18 +1000
commit3d9d591233e8b8d3e691cb78562cd426640d615c (patch)
tree35a47f2a87f191c27b698afa58cd533d2d04a465 /PKGBUILD
parent2578a20adc06d4e48f5f6e4a1d6e4cdb09c54fcf (diff)
downloadaur-3d9d591233e8b8d3e691cb78562cd426640d615c.tar.gz
update deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5212cbdce6c..42e4dedca955 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgbase=mgba-git
pkgname=('libmgba-git' 'mgba-sdl-git' 'mgba-qt-git')
-pkgver=r4421.7bc6c579
+pkgver=r4771.41e00148
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' 'libepoxy')
+ 'libzip' 'libedit' 'ffmpeg' 'imagemagick' 'desktop-file-utils' 'libepoxy'
+ 'libelf' 'sqlite')
source=("git+https://github.com/mgba-emu/mgba.git")
sha1sums=('SKIP')
@@ -33,7 +34,7 @@ build() {
package_libmgba-git() {
pkgdesc='Shared library of mGBA'
- depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
+ depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick' 'libelf' 'sqlite')
conflicts=('libmgba')
provides=('libmgba')