summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZion Nimchuk2022-11-06 23:07:36 -0800
committerZion Nimchuk2022-11-06 23:07:36 -0800
commit32f9886f366d798c74251063c9676dedfe1392bb (patch)
treef23dc2aaae34988b6858082bb0ad5bf1cd24bf3b
parent20e07fa2fd91dd8b88ef79fa55ad2ba30afa59e5 (diff)
downloadaur-32f9886f366d798c74251063c9676dedfe1392bb.tar.gz
Bump version and add extra-cmake-modules
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db398bb5aa48..6de281a34451 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = melonds
pkgdesc = DS emulator, sorta
- pkgver = 0.9.4
+ pkgver = 0.9.5
pkgrel = 2
url = http://melonds.kuribo64.net/
arch = x86_64
@@ -14,11 +14,12 @@ pkgbase = melonds
makedepends = git
makedepends = cmake
makedepends = pkg-config
+ makedepends = extra-cmake-modules
depends = libepoxy
depends = libslirp
depends = qt5-base
depends = sdl2
- source = git+https://github.com/Arisotura/melonDS.git#tag=0.9.4
+ source = git+https://github.com/Arisotura/melonDS.git#tag=0.9.5
sha256sums = SKIP
pkgname = melonds
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")