summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatti Niemenmaa2021-12-12 15:19:05 +0200
committerMatti Niemenmaa2021-12-12 15:19:05 +0200
commit7d54f083dc3761030660839ab2738a25c9cf36fc (patch)
tree9ea36575af6294ede6d337f870456d5781129061 /PKGBUILD
parent084ab53d7f399232a9ef0206341c0e3f02b9bb9d (diff)
downloadaur-lazyusf2-git.tar.gz
Add provides/conflicts against non-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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)