summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatti Niemenmaa2015-09-05 23:08:37 +0300
committerMatti Niemenmaa2015-09-05 23:08:37 +0300
commitfbce04f1b612675c449b315cc9a50dd9ac07109a (patch)
tree854629f8f2b905fb6b46e4205b3f19445c805998 /PKGBUILD
parent3ba3210ab594602acecedb7c6ef7057cc54c345d (diff)
downloadaur-fbce04f1b612675c449b315cc9a50dd9ac07109a.tar.gz
Update URLs to point to gitlab.kode54.net
Seems to get updates sooner.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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)