summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatti Niemenmaa2015-10-04 12:51:19 +0300
committerMatti Niemenmaa2015-10-04 13:10:09 +0300
commit14d5e6cb8153326398b552ffe065eb364d809901 (patch)
tree88c41ec808d50eef8f3a7bbb1c00a3082f08258f /PKGBUILD
parentfbce04f1b612675c449b315cc9a50dd9ac07109a (diff)
downloadaur-14d5e6cb8153326398b552ffe065eb364d809901.tar.gz
Revert "Update URLs to point to gitlab.kode54.net"
This reverts commit fbce04f1b612675c449b315cc9a50dd9ac07109a. It's no longer openly accessible. Not bothering to bump the epoch for this... If you managed to grab the newer version in the interim, congratulations.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 761894892876..8d636b5af330 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=sseqplayer-git
-pkgver=r28.40cb940
-pkgrel=1
+pkgver=r27.91436e7
+pkgrel=3
pkgdesc="Library for decoding Nitro Composer Sound Format (NSCF) files"
arch=(i686 x86_64)
-url='https://gitlab.kode54.net/kode54/SSEQPlayer'
+url='https://github.com/kode54/SSEQPlayer'
license=(custom:WTFPL)
depends=(glibc gcc-libs)
makedepends=(git)
-source=(${pkgname}::git+https://gitlab.kode54.net/kode54/SSEQPlayer.git
+source=(${pkgname}::git+https://github.com/kode54/SSEQPlayer.git
makefile.patch
g++-fix.patch
g++-fix-2.patch)