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