summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Niemenmaa2015-09-05 23:12:52 +0300
committerMatti Niemenmaa2015-09-05 23:12:52 +0300
commit1cc6741c808f9fc8f1cf5423605c3ac5688bd04d (patch)
tree3f856becd3b121c25e4f4766a9cf747fba27b00b
parent74ed37e5621288cfc8d2223b5d92ac095ae3d9fb (diff)
downloadaur-1cc6741c808f9fc8f1cf5423605c3ac5688bd04d.tar.gz
Update URLs to point to gitlab.kode54.net
Seems to get updates sooner.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3673208eb1c7..538b674f98cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = viogsf-git
pkgdesc = Library for decoding GBA Sound Format (GSF) files
- pkgver = r21.f171786
+ pkgver = r22.dafe1c9
pkgrel = 1
- url = https://github.com/kode54/viogsf
+ 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 b5c6e899f2b9..0415b557156c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=viogsf-git
-pkgver=r21.f171786
+pkgver=r22.dafe1c9
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() {