summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun2020-12-10 18:31:51 +0800
committeryjun2020-12-10 18:31:51 +0800
commitaf08cd59e20ff0bb7d642e5d679e72ad951494a9 (patch)
tree3ee76769f6c0c9cee54abdcc076b44c843543a43 /PKGBUILD
parentf32b6a30f45c24fce84152a4045ca59be3d26010 (diff)
downloadaur-af08cd59e20ff0bb7d642e5d679e72ad951494a9.tar.gz
simpified provides and conflicts
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")