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 ba834b2f0a70..a657761d4a1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = sseqplayer-git
pkgdesc = Library for decoding Nitro Composer Sound Format (NSCF) files
- pkgver = r31.a645b25
+ pkgver = r32.a865efb
pkgrel = 1
- url = https://gitlab.kode54.net/kode54/SSEQPlayer
+ url = https://bitbucket.org/losnoco/sseqplayer
arch = i686
arch = x86_64
license = custom:WTFPL
makedepends = git
depends = glibc
depends = gcc-libs
- source = sseqplayer-git::git+https://gitlab.kode54.net/kode54/SSEQPlayer.git
+ source = sseqplayer-git::git+https://bitbucket.org/losnoco/sseqplayer.git
source = makefile.patch
source = g++-fix.patch
source = g++-fix-2.patch
diff --git a/PKGBUILD b/PKGBUILD
index 687ee1f3b930..5e31121b9203 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=sseqplayer-git
-pkgver=r31.a645b25
+pkgver=r32.a865efb
pkgrel=1
pkgdesc="Library for decoding Nitro Composer Sound Format (NSCF) files"
arch=(i686 x86_64)
-url='https://gitlab.kode54.net/kode54/SSEQPlayer'
+url='https://bitbucket.org/losnoco/sseqplayer'
license=(custom:WTFPL)
depends=(glibc gcc-libs)
makedepends=(git)
-source=(${pkgname}::git+https://gitlab.kode54.net/kode54/SSEQPlayer.git
+source=(${pkgname}::git+https://bitbucket.org/losnoco/sseqplayer.git
makefile.patch
g++-fix.patch
g++-fix-2.patch)