summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Niemenmaa2018-08-28 13:58:01 +0300
committerMatti Niemenmaa2018-08-28 13:58:01 +0300
commit7f8dba652e3bfbba758a712cc8c3ec88f70a05e0 (patch)
tree85a685198c3b032409e69dda843732dab7d6ac42
parent2e8e7720564497154b7bfe0b8a1d4ebd86c09285 (diff)
downloadaur-7f8dba652e3bfbba758a712cc8c3ec88f70a05e0.tar.gz
Update URLs to point to bitbucket.org/losnoco
gitlab.kode54.net now redirects there.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbee2f8d355a..65ea75ec51cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = game_music_emu-kode54-git
pkgdesc = Multi-purpose console music emulator and player library (a.k.a. libgme) (kode54's fork)
- pkgver = r192.d3df0db
+ pkgver = r193.be0a069
pkgrel = 1
url = https://gitlab.kode54.net/kode54/Game_Music_Emu
arch = i686
@@ -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://bitbucket.org/losnoco/game_music_emu.git
+ source = File_Extractor::git+https://bitbucket.org/losnoco/file_extractor.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index daee58051f07..18f90600588a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matti Niemenmaa <matti.niemenmaa+aur ät iki dȯt fi>
pkgname=game_music_emu-kode54-git
-pkgver=r192.d3df0db
+pkgver=r193.be0a069
pkgrel=1
pkgdesc="Multi-purpose console music emulator and player library (a.k.a. libgme) (kode54's fork)"
arch=(i686 x86_64)
@@ -11,8 +11,8 @@ depends=('gcc-libs' 'glibc')
makedepends=('git' 'qt5-base')
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://bitbucket.org/losnoco/game_music_emu.git"
+ 'File_Extractor::git+https://bitbucket.org/losnoco/file_extractor.git')
sha256sums=('SKIP' 'SKIP')
pkgver() {
@@ -37,12 +37,12 @@ prepare() {
# Don't request a static lib, it prevents a dynamic one from being built.
sed -i '/^CONFIG /s/staticlib //' Game_Music_Emu.pro
- # Install the header file too, and fix linking.
+ # Install the header file too.
cat >> Game_Music_Emu.pro <<EOF
headers.path = /usr/include/gme
headers.files += ../../gme/gme.h
INSTALLS += headers
-QMAKE_LFLAGS += -Wl,--allow-multiple-definition -Wl,-Bsymbolic -lz
+QMAKE_LFLAGS += -Wl,--allow-multiple-definition
EOF
}