summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f28e5e565ff2..98e2e1103b62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Wed Apr 12 09:06:36 UTC 2017
+# Fri Aug 4 17:05:12 UTC 2017
pkgbase = medusa-emu-git
- pkgver = r4835.a688e621
+ pkgver = r5203.bfb8e02e
pkgrel = 1
url = http://mgba.io/
arch = i686
@@ -20,6 +20,8 @@ pkgbase = medusa-emu-git
makedepends = imagemagick
makedepends = desktop-file-utils
makedepends = libepoxy
+ makedepends = libelf
+ makedepends = sqlite
source = medusa::git+https://github.com/mgba-emu/mgba.git#branch=medusa
sha1sums = SKIP
@@ -29,8 +31,10 @@ pkgname = libmedusa-emu-git
depends = libpng
depends = libzip
depends = libedit
+ depends = libelf
depends = ffmpeg
depends = imagemagick
+ depends = sqlite
provides = libmedusa-emu
conflicts = libmgba
conflicts = libmedusa-emu
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')