summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashworks2020-06-08 17:47:08 +0200
committerhashworks2020-06-08 17:47:08 +0200
commit66ad394c271b5c553ead9758fdc61dc3779c3c80 (patch)
treeccf053667bd8636e8849d7b861cbb59346fb16c4
parent154e56bea7529497c2da9f5f99944436cd599787 (diff)
downloadaur-66ad394c271b5c553ead9758fdc61dc3779c3c80.tar.gz
Add conflicts and provides for brickstrap
-rwxr-xr-xPKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6cff74f4abde..c1a0d496eeb9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ pkgdesc='Tool for turning Docker images into bootable image files for embedded s
url='https://github.com/ev3dev/brickstrap'
license=('MIT')
arch=('any')
+conflicts=('brickstrap')
+provides=('brickstrap')
depends=('docker' 'libguestfs')
makedepends=('git')
optdepends=('qemu-arm-static: Build arm images (f.e. LEGO ev3 bricks)')