summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b95a5eb3c977..17d7cb5438b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = melonds-git
arch = aarch64
license = GPLv3
makedepends = git
- depends = gtk3+
+ depends = gtk3
depends = pkg-config
conflicts = melonds
source = melonds::git://github.com/StapleButter/melonds.git
diff --git a/PKGBUILD b/PKGBUILD
index d69a931cb9c3..126daf046395 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="http://melonds.kuribo64.net/"
license=('GPLv3')
makedepends=('git')
-depends=('gtk3+' 'pkg-config')
+depends=('gtk3' 'pkg-config')
source=("${_gitname}::git://github.com/StapleButter/${_gitname}.git")
provdes=('melonds')
conflicts=('melonds')