summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeSnake042021-08-15 16:50:26 +0200
committerLeSnake042021-08-15 16:50:26 +0200
commit5087879945327f1c2111f61fa1f3e353bc960b20 (patch)
tree2c69f369206632ac0c3ada19a1b9fc142f19f34b /PKGBUILD
parent2f927505354b1e9552134a1b5963dba974b979f3 (diff)
downloadaur-5087879945327f1c2111f61fa1f3e353bc960b20.tar.gz
addded conflicts and provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89b46e6de154..ae060897fbb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,8 @@ arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url='https://github.com/zaps166/QMPlay2'
license=('LGPL')
depends=('appimagelauncher')
+conflicts=('qmplay2' 'qmplay2-git')
+provides=('qmplay2')
optdepends=('pulseaudio: PulseAudio support'
'game_music_emu-kode54-git: Better chiptune support (less bugs in sound, AUR package)')
source=($_appimage::https://github.com/zaps166/QMPlay2/releases/download/$pkgver/QMPlay2-$_srcpkgver-x86_64.AppImage)