summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZion Nimchuk2020-07-28 09:07:23 -0700
committerZion Nimchuk2020-07-28 09:07:23 -0700
commit852da73a03faf378d519c060be87210493111d33 (patch)
tree90da0edb740c9462a8eab3d43ff1cabbee490534
parent793b8c7adfb3652ae0803e10acf93767c57a7db2 (diff)
downloadaur-852da73a03faf378d519c060be87210493111d33.tar.gz
Add libslirp and qt5-base deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17c76aaa2f87..c734fcd2f640 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = melonds-git
pkgdesc = DS emulator, sorta. also 1st quality melon.
- pkgver = 0.8.3.r1016.e512e7a
+ pkgver = 0.8.3.r1464.f56aa60
pkgrel = 1
url = http://melonds.kuribo64.net/
arch = i686
@@ -15,6 +15,8 @@ pkgbase = melonds-git
depends = gtk3
depends = pkg-config
depends = sdl2
+ depends = libslirp
+ depends = qt5-base
provides = melonds
conflicts = melonds
source = melonDS::git+https://github.com/Arisotura/melonDS.git
diff --git a/PKGBUILD b/PKGBUILD
index a56eb871ffba..120b6d10e7b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Zion Nimchuk <zionnimchuk@gmail.com>
pkgname=melonds-git
-_gitname=melonds
-pkgver=0.8.3.r1016.e512e7a
+_gitname=melonDS
+pkgver=0.8.3.r1464.f56aa60
pkgdesc='DS emulator, sorta. also 1st quality melon.'
pkgrel=1
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="http://melonds.kuribo64.net/"
license=('GPLv3')
makedepends=('git' 'cmake')
-depends=('gtk3' 'pkg-config' 'sdl2')
+depends=('gtk3' 'pkg-config' 'sdl2' 'libslirp' 'qt5-base')
source=("${_gitname}::git+https://github.com/Arisotura/${_gitname}.git")
provides=('melonds')
conflicts=('melonds')