summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMendel Greenberg2019-08-26 17:57:14 -0700
committerMendel Greenberg2019-08-26 17:57:14 -0700
commit7324382e4042c2849cd42dbaaebda79f223243b0 (patch)
treecd47f35844bc965f8b4be2fc799485e38ae154f1
parenta59e4590c5b1925a405ed01d24930e4a6a384502 (diff)
downloadaur-7324382e4042c2849cd42dbaaebda79f223243b0.tar.gz
changing the url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a68e3d83cd60..f5733b3ee811 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = citra-bin
pkgdesc = An experimental open-source Nintendo 3DS emulator/debugger
pkgver = 1343_20190821_8fa6be5
pkgrel = 8
- url = https://github.com/citra-emu/citra-nightly
+ url = https://citra-emu.org
arch = x86_64
license = GPL2
provides = citra
diff --git a/PKGBUILD b/PKGBUILD
index 6c69bd4bd9fc..c5ebb14ebaa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ confilcts=('citra-git' 'citra-qt-git' 'citra-nightly-bin' 'citra-qt-nightly-bin'
replaces=("citra-nightly-bin" "citra-qt-nightly-bin")
license=('GPL2')
arch=('x86_64')
-url="https://github.com/citra-emu/citra-nightly"
+url="https://citra-emu.org"
_nightly_id=$(echo $pkgver | cut -d'_' -f1)
_ref="$(echo $pkgver | cut -d'_' -f2)-$(echo $pkgver | cut -d'_' -f3)"