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 8271bf3eae1d..37066c1550ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = vgmstream-kode54-git
pkgdesc = Library for playback of various streamed audio formats used in video games (kode54's fork)
- pkgver = r1020.r139.gbdbe4fd
+ pkgver = r1020.r142.gfb74b39
pkgrel = 1
- url = https://gitlab.kode54.net/kode54/vgmstream
+ url = https://github.com/kode54/vgmstream
arch = i686
arch = x86_64
license = BSD
@@ -11,7 +11,7 @@ pkgbase = vgmstream-kode54-git
depends = libogg
depends = libvorbis
depends = mpg123
- source = vgmstream-kode54-git::git+https://gitlab.kode54.net/kode54/vgmstream.git
+ source = vgmstream-kode54-git::git+https://github.com/kode54/vgmstream.git
sha256sums = SKIP
pkgname = vgmstream-kode54-git
diff --git a/PKGBUILD b/PKGBUILD
index c2cefe7826db..5d6a9bf3cc73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=vgmstream-kode54-git
-pkgver=r1020.r139.gbdbe4fd
+pkgver=r1020.r142.gfb74b39
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)
makedepends=(git)
-source=(${pkgname}::git+https://gitlab.kode54.net/kode54/vgmstream.git)
+source=(${pkgname}::git+https://github.com/kode54/vgmstream.git)
sha256sums=('SKIP')
pkgver() {