summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoriTrooz2022-11-17 13:26:38 +0100
committeriTrooz2022-11-17 13:58:00 +0100
commitd4b3039170cb9958af0c1020f060486681d4fef5 (patch)
treedbec9087fba8ed9a5d20c7022d98503150e89865 /PKGBUILD
parentf9e25f43faad0b88381892ea6fc1752a40564411 (diff)
downloadaur-d4b3039170cb9958af0c1020f060486681d4fef5.tar.gz
add provides and conflicts directives
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e12cd7da10f..4f5a5de7064f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,6 +21,8 @@ makedepends=('git' 'cmake' 'llvm' 'nlohmann-json' 'librsvg' 'python')
optdepends=(
'imhex-patterns-git: ImHex base patterns'
)
+provides=(imhex)
+conflicts=(imhex)
source=("$pkgname::git+https://github.com/WerWolv/ImHex.git"
"nativefiledialog::git+https://github.com/btzy/nativefiledialog-extended.git"
"xdgpp::git+https://git.sr.ht/~danyspin97/xdgpp"