summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Niemenmaa2021-12-12 15:19:05 +0200
committerMatti Niemenmaa2021-12-12 15:19:05 +0200
commit7d54f083dc3761030660839ab2738a25c9cf36fc (patch)
tree9ea36575af6294ede6d337f870456d5781129061
parent084ab53d7f399232a9ef0206341c0e3f02b9bb9d (diff)
downloadaur-lazyusf2-git.tar.gz
Add provides/conflicts against non-git
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ec5d4954e63..b1db65f8cd51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lazyusf2-git
pkgdesc = Library for decoding Nintendo 64 Sound Format files using Mupen64plus
- pkgver = r85.7a95e97
+ pkgver = r102.909406c
pkgrel = 1
url = https://bitbucket.org/losnoco/lazyusf2
arch = i686
@@ -10,6 +10,8 @@ pkgbase = lazyusf2-git
makedepends = git
makedepends = grep
depends = zlib
+ provides = lazyusf2
+ conflicts = lazyusf2
source = lazyusf2-git::git+https://bitbucket.org/losnoco/lazyusf2.git
source = makefile.patch
source = LICENSE.CC0
@@ -18,4 +20,3 @@ pkgbase = lazyusf2-git
sha256sums = a90051e82202a5dc51162127c6834f8434fb2ece57795317951420fe6a8f4562
pkgname = lazyusf2-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2ab2fc870b39..6a7b7c6956f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=lazyusf2-git
-pkgver=r85.7a95e97
+pkgver=r102.909406c
pkgrel=1
pkgdesc="Library for decoding Nintendo 64 Sound Format files using Mupen64plus"
arch=(i686 x86_64)
@@ -7,6 +7,8 @@ url='https://bitbucket.org/losnoco/lazyusf2'
license=(GPL2 custom:CC0)
depends=(zlib)
makedepends=(git grep)
+provides=(${pkgname%-git})
+conflicts=(${pkgname%-git})
source=(${pkgname}::git+https://bitbucket.org/losnoco/lazyusf2.git
makefile.patch
LICENSE.CC0)