summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatti Niemenmaa2018-08-28 14:08:08 +0300
committerMatti Niemenmaa2018-08-28 14:08:08 +0300
commitc29b83145287369e0d7e647fef6cc15999ab9b0a (patch)
tree5c15636ca2297975abcdc316e7c80be6a292c5bc /PKGBUILD
parentb859540fb5ccdca852e8897da344337c44b4ad3c (diff)
downloadaur-c29b83145287369e0d7e647fef6cc15999ab9b0a.tar.gz
Update URLs to point to bitbucket.org/losnoco
gitlab.kode54.net now redirects there.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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)