summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d12aab5f5bff..9d16a47e042b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = game_music_emu-kode54-git
pkgdesc = Multi-purpose console music emulator and player library (a.k.a. libgme) (kode54's fork)
pkgver = r190.fb78c3b
pkgrel = 1
- url = https://gitlab.kode54.net/kode54/Game_Music_Emu
+ url = https://github.com/kode54/game_music_emu
arch = i686
arch = x86_64
license = LGPL2.1
@@ -12,8 +12,8 @@ pkgbase = game_music_emu-kode54-git
depends = glibc
provides = libgme
conflicts = libgme
- source = game_music_emu-kode54-git::git+https://gitlab.kode54.net/kode54/Game_Music_Emu.git
- source = File_Extractor::git+https://gitlab.kode54.net/kode54/File_Extractor.git
+ source = game_music_emu-kode54-git::git+https://github.com/kode54/game_music_emu.git
+ source = File_Extractor::git+https://github.com/kode54/file_extractor.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 393e25f5b201..e12d626d5a82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ pkgver=r190.fb78c3b
pkgrel=1
pkgdesc="Multi-purpose console music emulator and player library (a.k.a. libgme) (kode54's fork)"
arch=(i686 x86_64)
-url='https://gitlab.kode54.net/kode54/Game_Music_Emu'
+url='https://github.com/kode54/game_music_emu'
license=('LGPL2.1')
depends=('gcc-libs' 'glibc')
makedepends=('git' 'qtchooser')
conflicts=('libgme')
provides=('libgme')
-source=("${pkgname}::git+https://gitlab.kode54.net/kode54/Game_Music_Emu.git"
- 'File_Extractor::git+https://gitlab.kode54.net/kode54/File_Extractor.git')
+source=("${pkgname}::git+https://github.com/kode54/game_music_emu.git"
+ 'File_Extractor::git+https://github.com/kode54/file_extractor.git')
sha256sums=('SKIP' 'SKIP')
pkgver() {