summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVaporeon2017-08-05 03:05:16 +1000
committerVaporeon2017-08-05 03:05:16 +1000
commit804c3a6e3644c1071742e0d19ed363bd52f30b30 (patch)
treebb4665f9e49fc45132b97a8ba525f75d0161ac25 /PKGBUILD
parent56b7b9befffda4d70a77b9292d477b4a4cbeb3f2 (diff)
downloadaur-medusa-emu-git.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 0d03fadf4f6f..19a575c56b2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgbase=medusa-emu-git
pkgname=('libmedusa-emu-git' 'medusa-emu-sdl-git' 'medusa-emu-qt-git')
-pkgver=r4835.a688e621
+pkgver=r5203.bfb8e02e
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=("medusa::git+https://github.com/mgba-emu/mgba.git#branch=medusa")
sha1sums=('SKIP')
@@ -33,7 +34,7 @@ build() {
package_libmedusa-emu-git() {
pkgdesc='Shared library of The Medusa Emulator'
- depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
+ depends=('zlib' 'libpng' 'libzip' 'libedit' 'libelf' 'ffmpeg' 'imagemagick' 'sqlite')
conflicts=('libmgba' 'libmedusa-emu')
provides=('libmedusa-emu')