summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZion Nimchuk2023-11-20 23:23:10 -0800
committerZion Nimchuk2023-11-20 23:23:10 -0800
commit1448b97a87ab96e8cb3e79d57f55882702ff25d9 (patch)
tree4bd360ba0f5df4196c27423b5f5f26cdd1d0881a /PKGBUILD
parent323f69e2a7e14236a9f37d2d79fbbb97711ba225 (diff)
downloadaur-melonds.tar.gz
Update GitHub url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1092241bfe3..92b756016e2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=melonds
pkgver=0.9.5
-pkgrel=3
+pkgrel=4
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" "extra-cmake-modules")
depends=("libepoxy" "libslirp" "qt5-base" "qt5-multimedia" "sdl2")
-source=("git+https://github.com/Arisotura/melonDS.git#tag=${pkgver}")
+source=("git+https://github.com/melonDS-emu/melonDS.git#tag=${pkgver}")
sha256sums=("SKIP")
build() {