summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatti Niemenmaa2021-12-12 15:06:46 +0200
committerMatti Niemenmaa2021-12-12 15:06:46 +0200
commitcc0f039ca03a356c0c0da61ef2ec08a24fb91ba8 (patch)
tree9495dc408052cd3bb168775117db9a214c88ec86 /PKGBUILD
parentd151038fafac30dc6cae694ec4a4ccef73a3f8ed (diff)
downloadaur-cc0f039ca03a356c0c0da61ef2ec08a24fb91ba8.tar.gz
Add more conflicts/provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e30bac0ab08..de10d14c2642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ url='https://bitbucket.org/losnoco/game_music_emu'
license=('LGPL2.1')
depends=('gcc-libs' 'glibc')
makedepends=('git' 'qt5-base')
-conflicts=('libgme')
-provides=('libgme')
+conflicts=(libgme game_music_emu game_music_emu-kode54)
+provides=(libgme game_music_emu game_music_emu-kode54)
source=("${pkgname}::git+https://bitbucket.org/losnoco/game_music_emu.git"
'File_Extractor::git+https://bitbucket.org/losnoco/file_extractor.git')
sha256sums=('SKIP' 'SKIP')