summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZion Nimchuk2021-02-02 10:44:52 -0800
committerZion Nimchuk2021-02-02 10:44:52 -0800
commit3579f65aad9be8761a00a7c314a03398a42d4df6 (patch)
treeb542506db8cff1aedfc1d4a68ea62c591ccda616
parent137e39dac5c071589467c581762ee2dbc4e4a1af (diff)
downloadaur-3579f65aad9be8761a00a7c314a03398a42d4df6.tar.gz
Version bump, add libepoxy as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15821e262744..0bbacd398eb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = melonds-git
pkgdesc = DS emulator, sorta. also 1st quality melon.
- pkgver = 0.9.r1525.edf4c66
+ pkgver = 0.9.1.r1704.2e999ae
pkgrel = 1
url = http://melonds.kuribo64.net/
arch = i686
@@ -16,6 +16,7 @@ pkgbase = melonds-git
depends = sdl2
depends = libslirp
depends = qt5-base
+ depends = libepoxy
provides = melonds
conflicts = melonds
source = melonDS::git+https://github.com/Arisotura/melonDS.git
diff --git a/PKGBUILD b/PKGBUILD
index 616fc3340f13..6297b9c68486 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=melonds-git
_gitname=melonDS
-pkgver=0.9.r1525.edf4c66
+pkgver=0.9.1.r1704.2e999ae
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' 'pkg-config')
-depends=('sdl2' 'libslirp' 'qt5-base')
+depends=('sdl2' 'libslirp' 'qt5-base' 'libepoxy')
source=("${_gitname}::git+https://github.com/Arisotura/${_gitname}.git")
provides=('melonds')
conflicts=('melonds')