summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b4466f0d22f..855f41b0a670 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,9 +12,7 @@ pkgbase = qmc-decoder-git
license = MIT
makedepends = cmake
makedepends = git
- provides = qmc-decoder-bin
provides = qmc-decoder
- conflicts = qmc-decoder-bin
conflicts = qmc-decoder
source = git+https://github.com/Presburger/qmc-decoder
source = git+https://github.com/gulrak/filesystem.git
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")