summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d8df048a342..155d48147167 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = viogsf-git
pkgdesc = Library for decoding GBA Sound Format (GSF) files
- pkgver = r30.6c43a99
- pkgrel = 2
+ pkgver = r23.e5f8eff
+ pkgrel = 1
url = https://bitbucket.org/losnoco/viogsf
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = viogsf-git
depends = gcc-libs
provides = viogsf
conflicts = viogsf
- source = viogsf-git::git+https://bitbucket.org/losnoco/viogsf.git
+ source = viogsf-git::git+https://github.com/kode54/viogsf.git
sha256sums = SKIP
pkgname = viogsf-git
diff --git a/PKGBUILD b/PKGBUILD
index ccb3145fb0af..69ec0396f6b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=viogsf-git
-pkgver=r30.6c43a99
-pkgrel=2
+pkgver=r23.e5f8eff
+pkgrel=1
pkgdesc="Library for decoding GBA Sound Format (GSF) files"
arch=(i686 x86_64)
url='https://bitbucket.org/losnoco/viogsf'
@@ -9,7 +9,7 @@ depends=(glibc gcc-libs)
makedepends=(git qt5-base)
provides=(${pkgname%-git})
conflicts=(${pkgname%-git})
-source=(${pkgname}::git+https://bitbucket.org/losnoco/viogsf.git)
+source=(${pkgname}::git+https://github.com/kode54/viogsf.git)
sha256sums=('SKIP')
pkgver() {