summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 401bd0d55038..99dd6698337b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = sseqplayer-git
pkgdesc = Library for decoding Nitro Composer Sound Format (NSCF) files
- pkgver = r27.91436e7
- pkgrel = 2
- url = https://github.com/kode54/SSEQPlayer
+ pkgver = r28.40cb940
+ pkgrel = 1
+ url = https://gitlab.kode54.net/kode54/SSEQPlayer
arch = i686
arch = x86_64
license = custom:WTFPL
makedepends = git
depends = glibc
depends = gcc-libs
- source = sseqplayer-git::git+https://github.com/kode54/SSEQPlayer.git
+ source = sseqplayer-git::git+https://gitlab.kode54.net/kode54/SSEQPlayer.git
source = makefile.patch
source = g++-fix.patch
source = g++-fix-2.patch
diff --git a/PKGBUILD b/PKGBUILD
index e046ee251c22..761894892876 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=sseqplayer-git
-pkgver=r27.91436e7
-pkgrel=2
+pkgver=r28.40cb940
+pkgrel=1
pkgdesc="Library for decoding Nitro Composer Sound Format (NSCF) files"
arch=(i686 x86_64)
-url='https://github.com/kode54/SSEQPlayer'
+url='https://gitlab.kode54.net/kode54/SSEQPlayer'
license=(custom:WTFPL)
depends=(glibc gcc-libs)
makedepends=(git)
-source=(${pkgname}::git+https://github.com/kode54/SSEQPlayer.git
+source=(${pkgname}::git+https://gitlab.kode54.net/kode54/SSEQPlayer.git
makefile.patch
g++-fix.patch
g++-fix-2.patch)