summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikita Strygin2023-08-01 21:01:05 +0300
committerNikita Strygin2023-08-01 21:01:05 +0300
commit9e45b9c4f03ecf6e10a2465e7f009ece7ed0c976 (patch)
tree42c8b99b24f0037dbca4feeff3298a684009a1f5 /PKGBUILD
parent55592554c1926502b7d057536996a39d8a7a8843 (diff)
downloadaur-9e45b9c4f03ecf6e10a2465e7f009ece7ed0c976.tar.gz
Add `provides` and `conflicts` fields to the PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51eda0e713ef..26decc97e5e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ pkgrel=1
pkgdesc="A virtual file system for sandboxing "
arch=(x86_64)
url="https://github.com/bazelbuild/sandboxfs"
+provides=("sandboxfs=${pkgver}")
+conflicts=("sandboxfs")
license=('Apache')
depends=(fuse2)
makedepends=()