summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOleg Shparber2023-10-01 22:05:51 -0400
committerOleg Shparber2023-10-01 22:05:51 -0400
commite44ecbc8eb925fead258895a23de95372055f373 (patch)
tree1df843a7f2751330612c61d7b6748f7b1b9ec497 /PKGBUILD
parent1b18022186ecc5cd3ff2ebf93c344dc76946a9b6 (diff)
downloadaur-e44ecbc8eb925fead258895a23de95372055f373.tar.gz
Set 'provides' directive
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce8f2b149a02..75f5ed6c1fbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ url="https://zealdocs.org/"
license=('GPL3')
depends=('hicolor-icon-theme' 'libarchive' 'qt6-webengine')
makedepends=('cmake' 'extra-cmake-modules' 'git' 'ninja')
+provides=(${_appname})
conflicts=(${_appname})
source=("${_appname}::git+https://github.com/zealdocs/${_appname}#branch=main")
sha1sums=('SKIP')