summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBao Trinh2023-03-31 02:53:35 -0500
committerBao Trinh2023-03-31 02:53:35 -0500
commitfb14bf0a6a6c056d714c519f0e8258efe783b125 (patch)
tree41b7f667cd3c09fbb30f315e99ad9de0a5d1818e
parente8db503240a47dae8a8e029a8c911a9d39af9147 (diff)
downloadaur-fb14bf0a6a6c056d714c519f0e8258efe783b125.tar.gz
add conflicts variable
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1651c5209ea..e4377eb53d20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=fienode-git
_pkgname=fienode
pkgver=1.0+9+g57ab25b
-pkgrel=1
+pkgrel=2
pkgdesc="Discover identical CoW copies, analogous to an inode"
arch=("x86_64")
url="https://github.com/pwaller/fienode"
@@ -11,6 +11,7 @@ license=("MIT")
depends=()
makedepends=("git" "go")
provides=("$_pkgname")
+conflicts=("$_pkgname")
options=(!lto)
source=(
"$pkgname::git+${url}.git"