summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Niemenmaa2017-04-28 19:34:05 +0300
committerMatti Niemenmaa2017-04-28 19:46:51 +0300
commitd6a95908ba8e67b46f95939cefaa37a2bdfb43d1 (patch)
treee1fbff3510926fad9976b7e7aa69ed13048091b7
parent96be3d1ca337ae89e3f278a5b4db4db7c1286803 (diff)
downloadaur-d6a95908ba8e67b46f95939cefaa37a2bdfb43d1.tar.gz
Update URLs to point to gitlab.kode54.net again
It's accessible again.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7797e56ef320..1480a8d0fbc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = viogsf-git
pkgdesc = Library for decoding GBA Sound Format (GSF) files
- pkgver = r21.f171786
- pkgrel = 2
- url = https://github.com/kode54/viogsf
+ pkgver = r27.6d74815
+ pkgrel = 1
+ url = https://gitlab.kode54.net/kode54/viogsf
arch = i686
arch = x86_64
license = GPL2
@@ -11,7 +11,7 @@ pkgbase = viogsf-git
makedepends = qtchooser
depends = glibc
depends = gcc-libs
- source = viogsf-git::git+https://github.com/kode54/viogsf.git
+ source = viogsf-git::git+https://gitlab.kode54.net/kode54/viogsf.git
sha256sums = SKIP
pkgname = viogsf-git
diff --git a/PKGBUILD b/PKGBUILD
index f239af3ffb3a..d86605f45007 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=viogsf-git
-pkgver=r21.f171786
-pkgrel=2
+pkgver=r27.6d74815
+pkgrel=1
pkgdesc="Library for decoding GBA Sound Format (GSF) files"
arch=(i686 x86_64)
-url='https://github.com/kode54/viogsf'
+url='https://gitlab.kode54.net/kode54/viogsf'
license=(GPL2 LGPL2.1)
depends=(glibc gcc-libs)
makedepends=(git qtchooser)
-source=(${pkgname}::git+https://github.com/kode54/viogsf.git)
+source=(${pkgname}::git+https://gitlab.kode54.net/kode54/viogsf.git)
sha256sums=('SKIP')
pkgver() {