summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Niemenmaa2018-02-28 13:05:18 +0200
committerMatti Niemenmaa2018-02-28 13:06:52 +0200
commit3eabc22cbe6424ea47d7d08ac1c97df6f8b46d67 (patch)
tree140bda5936106d74b1aed50cb1e1466deff07938
parent29167d47f5dbfabd6fcd803eac6c48b62f1cb852 (diff)
downloadaur-3eabc22cbe6424ea47d7d08ac1c97df6f8b46d67.tar.gz
Update URLs to point to github.com
According to kode54 himself, it's the main hub of vgmstream development.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a00eb9b5252f..2611cb9e4e7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = vgmstream-kode54-git
pkgdesc = Library for playback of various streamed audio formats used in video games (kode54's fork)
pkgver = r1020.r1169.gc3d3aaee
pkgrel = 1
- url = https://gitlab.kode54.net/kode54/vgmstream
+ url = https://github.com/kode54/vgmstream
arch = i686
arch = x86_64
license = BSD
@@ -14,7 +14,7 @@ pkgbase = vgmstream-kode54-git
depends = mpg123
depends = ffmpeg
optdepends = audacious: to use the bundled plugin
- source = vgmstream-kode54-git::git+https://gitlab.kode54.net/kode54/vgmstream.git
+ source = vgmstream-kode54-git::git+https://github.com/kode54/vgmstream.git
source = install-headers.patch
sha256sums = SKIP
sha256sums = 8f723536321480bb46b731f66c29a5f5354834094458f93de7539bbe4465b824
diff --git a/PKGBUILD b/PKGBUILD
index 2c41c510d42a..5878a474d4d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@ pkgver=r1020.r1169.gc3d3aaee
pkgrel=1
pkgdesc="Library for playback of various streamed audio formats used in video games (kode54's fork)"
arch=(i686 x86_64)
-url='https://gitlab.kode54.net/kode54/vgmstream'
+url='https://github.com/kode54/vgmstream'
license=(BSD)
depends=(glibc libogg libvorbis mpg123 ffmpeg)
makedepends=(audacious git)
optdepends=('audacious: to use the bundled plugin')
-source=(${pkgname}::git+https://gitlab.kode54.net/kode54/vgmstream.git
+source=(${pkgname}::git+https://github.com/kode54/vgmstream.git
install-headers.patch)
sha256sums=('SKIP'
'8f723536321480bb46b731f66c29a5f5354834094458f93de7539bbe4465b824')