summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 976118e48855..b1db65f8cd51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = lazyusf2-git
pkgdesc = Library for decoding Nintendo 64 Sound Format files using Mupen64plus
- pkgver = r83.95d71f6
- pkgrel = 2
- url = https://gitlab.kode54.net/kode54/lazyusf2
+ pkgver = r102.909406c
+ pkgrel = 1
+ url = https://bitbucket.org/losnoco/lazyusf2
arch = i686
arch = x86_64
license = GPL2
@@ -10,7 +10,9 @@ pkgbase = lazyusf2-git
makedepends = git
makedepends = grep
depends = zlib
- source = lazyusf2-git::git+https://gitlab.kode54.net/kode54/lazyusf2.git
+ provides = lazyusf2
+ conflicts = lazyusf2
+ source = lazyusf2-git::git+https://bitbucket.org/losnoco/lazyusf2.git
source = makefile.patch
source = LICENSE.CC0
sha256sums = SKIP
@@ -18,4 +20,3 @@ pkgbase = lazyusf2-git
sha256sums = a90051e82202a5dc51162127c6834f8434fb2ece57795317951420fe6a8f4562
pkgname = lazyusf2-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 79a989883c7a..6a7b7c6956f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Matti Niemenmaa <matti.niemenmaa+aur ät iki dȯt fi>
-
pkgname=lazyusf2-git
-pkgver=r83.95d71f6
-pkgrel=2
+pkgver=r102.909406c
+pkgrel=1
pkgdesc="Library for decoding Nintendo 64 Sound Format files using Mupen64plus"
arch=(i686 x86_64)
-url='https://gitlab.kode54.net/kode54/lazyusf2'
+url='https://bitbucket.org/losnoco/lazyusf2'
license=(GPL2 custom:CC0)
depends=(zlib)
makedepends=(git grep)
-source=(${pkgname}::git+https://gitlab.kode54.net/kode54/lazyusf2.git
+provides=(${pkgname%-git})
+conflicts=(${pkgname%-git})
+source=(${pkgname}::git+https://bitbucket.org/losnoco/lazyusf2.git
makefile.patch
LICENSE.CC0)
sha256sums=('SKIP'