summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 670365584ee0..39e498540250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url="https://github.com/Presburger/qmc-decoder"
license=('MIT')
makedepends=('cmake'
'git')
-provides=("${_pkgname}-bin" "${_pkgname}")
-conflicts=("${_pkgname}-bin" "${_pkgname}")
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
_submodule='filesystem'
source=("git+https://github.com/Presburger/${_pkgname}"
"git+https://github.com/gulrak/${_submodule}.git")