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 763bfdf32391..8ee3cd05b3da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Mon Apr 10 06:49:21 UTC 2017
+# Fri Aug 4 17:00:09 UTC 2017
pkgbase = mgba-git
- pkgver = r4421.7bc6c579
+ pkgver = r4771.41e00148
pkgrel = 1
url = http://mgba.io/
arch = i686
@@ -20,6 +20,8 @@ pkgbase = mgba-git
makedepends = imagemagick
makedepends = desktop-file-utils
makedepends = libepoxy
+ makedepends = libelf
+ makedepends = sqlite
source = git+https://github.com/mgba-emu/mgba.git
sha1sums = SKIP
@@ -31,6 +33,8 @@ pkgname = libmgba-git
depends = libedit
depends = ffmpeg
depends = imagemagick
+ depends = libelf
+ depends = sqlite
provides = libmgba
conflicts = libmgba
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')