summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Niemenmaa2015-10-04 12:45:40 +0300
committerMatti Niemenmaa2015-10-04 12:55:51 +0300
commit1af7be32e7b4e4fc9be88828e9360e02968b3dba (patch)
tree55efea9e2176d48c5b2f0145bed0caa14c17a4e5
parent6f3c6a9db25dfe86313e9b9d8ccccbedf58734d8 (diff)
downloadaur-1af7be32e7b4e4fc9be88828e9360e02968b3dba.tar.gz
Revert "Update URLs to point to gitlab.kode54.net"
This reverts commit 6f3c6a9db25dfe86313e9b9d8ccccbedf58734d8. It's no longer openly accessible.
-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() {