summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {