summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZion Nimchuk2023-11-20 23:23:10 -0800
committerZion Nimchuk2023-11-20 23:23:10 -0800
commit1448b97a87ab96e8cb3e79d57f55882702ff25d9 (patch)
tree4bd360ba0f5df4196c27423b5f5f26cdd1d0881a
parent323f69e2a7e14236a9f37d2d79fbbb97711ba225 (diff)
downloadaur-melonds.tar.gz
Update GitHub url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df6ecb2b221c..d1a324cbe88a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = melonds
pkgdesc = DS emulator, sorta
pkgver = 0.9.5
- pkgrel = 3
+ pkgrel = 4
url = http://melonds.kuribo64.net/
arch = x86_64
arch = i686
@@ -20,7 +20,7 @@ pkgbase = melonds
depends = qt5-base
depends = qt5-multimedia
depends = sdl2
- source = git+https://github.com/Arisotura/melonDS.git#tag=0.9.5
+ source = git+https://github.com/melonDS-emu/melonDS.git#tag=0.9.5
sha256sums = SKIP
pkgname = melonds
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() {