summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZion Nimchuk2022-11-06 23:07:36 -0800
committerZion Nimchuk2022-11-06 23:07:36 -0800
commit32f9886f366d798c74251063c9676dedfe1392bb (patch)
treef23dc2aaae34988b6858082bb0ad5bf1cd24bf3b /PKGBUILD
parent20e07fa2fd91dd8b88ef79fa55ad2ba30afa59e5 (diff)
downloadaur-32f9886f366d798c74251063c9676dedfe1392bb.tar.gz
Bump version and add extra-cmake-modules
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c16786510fe..ed706d050f7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Harrison <htv04rules at gmail dot com>
pkgname=melonds
-pkgver=0.9.4
+pkgver=0.9.5
pkgrel=2
pkgdesc="DS emulator, sorta"
arch=("x86_64" "i686" "pentium4" "arm" "armv6h" "armv7h" "aarch64")
url="http://melonds.kuribo64.net/"
license=("GPL3")
-makedepends=("git" "cmake" "pkg-config")
+makedepends=("git" "cmake" "pkg-config" "extra-cmake-modules")
depends=("libepoxy" "libslirp" "qt5-base" "sdl2")
source=("git+https://github.com/Arisotura/melonDS.git#tag=${pkgver}")
sha256sums=("SKIP")