summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Niemenmaa2015-10-04 12:48:51 +0300
committerMatti Niemenmaa2015-10-04 13:11:30 +0300
commit96be3d1ca337ae89e3f278a5b4db4db7c1286803 (patch)
treeb1dcfbd5cf7bb63e01c2b2812fab015422200be5
parent1cc6741c808f9fc8f1cf5423605c3ac5688bd04d (diff)
downloadaur-96be3d1ca337ae89e3f278a5b4db4db7c1286803.tar.gz
Revert "Update URLs to point to gitlab.kode54.net"
This reverts commit 1cc6741c808f9fc8f1cf5423605c3ac5688bd04d. 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.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 538b674f98cf..7797e56ef320 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = viogsf-git
pkgdesc = Library for decoding GBA Sound Format (GSF) files
- pkgver = r22.dafe1c9
- pkgrel = 1
- url = https://gitlab.kode54.net/kode54/viogsf
+ pkgver = r21.f171786
+ pkgrel = 2
+ url = https://github.com/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://gitlab.kode54.net/kode54/viogsf.git
+ source = viogsf-git::git+https://github.com/kode54/viogsf.git
sha256sums = SKIP
pkgname = viogsf-git
diff --git a/PKGBUILD b/PKGBUILD
index 0415b557156c..f239af3ffb3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=viogsf-git
-pkgver=r22.dafe1c9
-pkgrel=1
+pkgver=r21.f171786
+pkgrel=2
pkgdesc="Library for decoding GBA Sound Format (GSF) files"
arch=(i686 x86_64)
-url='https://gitlab.kode54.net/kode54/viogsf'
+url='https://github.com/kode54/viogsf'
license=(GPL2 LGPL2.1)
depends=(glibc gcc-libs)
makedepends=(git qtchooser)
-source=(${pkgname}::git+https://gitlab.kode54.net/kode54/viogsf.git)
+source=(${pkgname}::git+https://github.com/kode54/viogsf.git)
sha256sums=('SKIP')
pkgver() {