diff options
author | Matti Niemenmaa | 2015-09-05 23:11:40 +0300 |
---|---|---|
committer | Matti Niemenmaa | 2015-09-05 23:11:40 +0300 |
commit | 5ac68a77dfea056591f2e6452bedf8129214cfaf (patch) | |
tree | 845f9ab8ced37ed822e39cf7205fb020bfb87709 | |
parent | 3e49d371f4998e50993e31aa52b4a0b24a0d2774 (diff) | |
download | aur-5ac68a77dfea056591f2e6452bedf8129214cfaf.tar.gz |
Update URLs to point to gitlab.kode54.net
Seems to get updates sooner.
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,15 +1,15 @@ pkgbase = vio2sf-git pkgdesc = Library for decoding Nintendo DS Sound Format files - pkgver = r32.4054499 + pkgver = r34.78e4a0b pkgrel = 1 - url = https://bitbucket.org/kode54/vio2sf + url = https://gitlab.kode54.net/kode54/vio2sf arch = i686 arch = x86_64 license = GPL2 makedepends = git depends = glibc depends = zlib - source = vio2sf-git::git+https://bitbucket.org/kode54/vio2sf.git + source = vio2sf-git::git+https://gitlab.kode54.net/kode54/vio2sf.git sha256sums = SKIP pkgname = vio2sf-git @@ -1,13 +1,13 @@ pkgname=vio2sf-git -pkgver=r32.4054499 +pkgver=r34.78e4a0b pkgrel=1 pkgdesc="Library for decoding Nintendo DS Sound Format files" arch=(i686 x86_64) -url='https://bitbucket.org/kode54/vio2sf' +url='https://gitlab.kode54.net/kode54/vio2sf' license=(GPL2) depends=(glibc zlib) makedepends=(git) -source=(${pkgname}::git+https://bitbucket.org/kode54/vio2sf.git) +source=(${pkgname}::git+https://gitlab.kode54.net/kode54/vio2sf.git) sha256sums=('SKIP') pkgver() { |