summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHarrison2022-03-13 13:22:21 -0400
committerHarrison2022-03-13 13:22:21 -0400
commit20e07fa2fd91dd8b88ef79fa55ad2ba30afa59e5 (patch)
treecc146a71e364407d28851658e7d42ab56c2d0b42 /PKGBUILD
parent88204d8e3fb4d60b56169858865ab6cf9f67ada4 (diff)
downloadaur-20e07fa2fd91dd8b88ef79fa55ad2ba30afa59e5.tar.gz
Add git as makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc5705aa8b70..9c16786510fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=melonds
pkgver=0.9.4
-pkgrel=1
+pkgrel=2
pkgdesc="DS emulator, sorta"
arch=("x86_64" "i686" "pentium4" "arm" "armv6h" "armv7h" "aarch64")
url="http://melonds.kuribo64.net/"
license=("GPL3")
-makedepends=("cmake" "pkg-config")
+makedepends=("git" "cmake" "pkg-config")
depends=("libepoxy" "libslirp" "qt5-base" "sdl2")
source=("git+https://github.com/Arisotura/melonDS.git#tag=${pkgver}")
sha256sums=("SKIP")