summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb1ae151fe39..2c7729487b4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = bsnes-qt5
pkgdesc = Super Nintendo emulator focusing on performance, features, and ease of use. (Qt 5)
pkgver = 20230610
pkgrel = 1
- url = https://byuu.org/emulation/bsnes/
+ url = https://github.com/bsnes-emu/bsnes
arch = x86_64
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 3ba5b674bb92..0fe408004d79 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _commit=7ec3077079445c1ab591d542d475da5fa121632e
pkgrel=1
pkgdesc='Super Nintendo emulator focusing on performance, features, and ease of use. (Qt 5)'
arch=(x86_64)
-url='https://byuu.org/emulation/bsnes/'
+url='https://github.com/bsnes-emu/bsnes'
license=(GPL3)
depends=(qt5-base libpulse libxv libao openal sdl2)
makedepends=(git)