summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZion Nimchuk2017-10-25 12:40:27 -0700
committerZion Nimchuk2017-10-25 12:40:27 -0700
commitcad5247ef9d5fcb1edc00f7cb48b533f2b7b166a (patch)
tree39a2e3e6ec32215249193b6aee8dfd6747ff0ed8
parent14522720c9b71969da96f4c87d9dd138a9500e1d (diff)
downloadaur-cad5247ef9d5fcb1edc00f7cb48b533f2b7b166a.tar.gz
lol, gtk3, not gtk3+
-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')