summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZion Nimchuk2020-01-31 12:48:43 -0800
committerZion Nimchuk2020-01-31 12:48:43 -0800
commit793b8c7adfb3652ae0803e10acf93767c57a7db2 (patch)
tree7bf6a194e5384932fec5d38a13bfc31192dfbb1b
parenta4347ab31706615ce2addba8cda32d31472e1128 (diff)
parent19f150a17de416bd98cbc489bb0a78c7249c20eb (diff)
downloadaur-793b8c7adfb3652ae0803e10acf93767c57a7db2.tar.gz
Fix merge conflict
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1de41df9bf8..17c76aaa2f87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,8 +14,10 @@ pkgbase = melonds-git
makedepends = cmake
depends = gtk3
depends = pkg-config
+ depends = sdl2
+ provides = melonds
conflicts = melonds
- source = melonds::git://github.com/StapleButter/melonds.git
+ source = melonDS::git+https://github.com/Arisotura/melonDS.git
md5sums = SKIP
pkgname = melonds-git
diff --git a/PKGBUILD b/PKGBUILD
index da0f9317a41b..a56eb871ffba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,6 @@
pkgname=melonds-git
_gitname=melonds
-_releasever=0.8.3
pkgver=0.8.3.r1016.e512e7a
pkgdesc='DS emulator, sorta. also 1st quality melon.'
pkgrel=1
@@ -10,9 +9,9 @@ arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="http://melonds.kuribo64.net/"
license=('GPLv3')
makedepends=('git' 'cmake')
-depends=('gtk3' 'pkg-config')
-source=("${_gitname}::git://github.com/StapleButter/${_gitname}.git")
-provdes=('melonds')
+depends=('gtk3' 'pkg-config' 'sdl2')
+source=("${_gitname}::git+https://github.com/Arisotura/${_gitname}.git")
+provides=('melonds')
conflicts=('melonds')
md5sums=('SKIP')