summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2020-06-10 11:38:40 +0200
committerStefan Auditor2020-06-10 11:38:40 +0200
commitc8900e8e20cd59bc8d505476e19cfaa2b2c46ca9 (patch)
tree6bc96721f5da9612f041f48fc527e1994180d887 /PKGBUILD
parent3aed01d6914954e44cbd2c51c924ba8d2e75086b (diff)
downloadaur-c8900e8e20cd59bc8d505476e19cfaa2b2c46ca9.tar.gz
Add conflicts array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38e7a27da405..52333daa4894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ pkgdesc='Fast, zero config application bundler with PHARs.'
arch=('any')
url='https://github.com/humbug/box'
license=('MIT')
+conflicts=('php-box')
install="${_pkgname}.install"
source=(
"https://github.com/humbug/box/releases/download/${pkgver}/box.phar"