summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Niemenmaa2018-08-28 14:08:49 +0300
committerMatti Niemenmaa2018-08-28 14:08:49 +0300
commit38a062352cbd1c8a116f33618e1ad90e4160f153 (patch)
tree6ceca4be3e9de9eb0ed85e2bc7ef90ffb9908375
parent60e31333f83d74e3bc8539a6b80189ab2a17c588 (diff)
downloadaur-38a062352cbd1c8a116f33618e1ad90e4160f153.tar.gz
Update URLs to point to bitbucket.org/losnoco
gitlab.kode54.net now redirects there.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67891e14a316..4407fa29b92e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = psflib-git
pkgdesc = A small C library for reading Portable Sound Format files
- pkgver = r29.7da887b
+ pkgver = r32.936a2bd
pkgrel = 1
- url = https://gitlab.kode54.net/kode54/psflib
+ url = https://bitbucket.org/losnoco/psflib
arch = i686
arch = x86_64
license = MIT
makedepends = git
depends = glibc
depends = zlib
- source = psflib-git::git+https://gitlab.kode54.net/kode54/psflib.git
+ source = psflib-git::git+https://bitbucket.org/losnoco/psflib.git
sha256sums = SKIP
pkgname = psflib-git
diff --git a/PKGBUILD b/PKGBUILD
index 985ea6640bb8..c132889ff3d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=psflib-git
-pkgver=r29.7da887b
+pkgver=r32.936a2bd
pkgrel=1
pkgdesc="A small C library for reading Portable Sound Format files"
arch=(i686 x86_64)
-url='https://gitlab.kode54.net/kode54/psflib'
+url='https://bitbucket.org/losnoco/psflib'
license=(MIT)
depends=(glibc zlib)
makedepends=(git)
-source=(${pkgname}::git+https://gitlab.kode54.net/kode54/psflib.git)
+source=(${pkgname}::git+https://bitbucket.org/losnoco/psflib.git)
sha256sums=('SKIP')
pkgver() {