summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZion Nimchuk2020-08-31 01:16:01 -0700
committerZion Nimchuk2020-08-31 01:16:01 -0700
commit0f46d8ac3983822b5af12723abd2928965032ca6 (patch)
treeb3dba8b22f7b3ee64a71b8dec3fc277d18562663 /PKGBUILD
parent852da73a03faf378d519c060be87210493111d33 (diff)
downloadaur-0f46d8ac3983822b5af12723abd2928965032ca6.tar.gz
Remove gtk3 dep and move pkg-config to builddeps. Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 120b6d10e7b8..828df20a0240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=melonds-git
_gitname=melonDS
-pkgver=0.8.3.r1464.f56aa60
+pkgver=0.8.3.r1508.02d5162
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' 'libslirp' 'qt5-base')
+makedepends=('git' 'cmake' 'pkg-config')
+depends=('sdl2' 'libslirp' 'qt5-base')
source=("${_gitname}::git+https://github.com/Arisotura/${_gitname}.git")
provides=('melonds')
conflicts=('melonds')