summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Severo2016-04-08 22:36:23 -0300
committerLucas Severo2016-04-08 22:36:23 -0300
commitb3a61f5977ca1021e095f2fb6f43eab29d1fc116 (patch)
tree3e3bcc6f682f14a8cd7b4abf5a66b5f997310480
parent882e751f99d11d46f704d6d69372cdb104a6dcd7 (diff)
downloadaur-b3a61f5977ca1021e095f2fb6f43eab29d1fc116.tar.gz
added conflicts var to pkgbuild file
Signed-off-by: Lucas Severo <lucassalves65@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06447e758881..2c61cc82847a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = holodev
pkgdesc = A tool to facilitate the creation of Linux Containers for developing Debian systems
pkgver = 0.5
- pkgrel = 1
+ pkgrel = 2
url = http://joenio.me/desenvolvendo-noosfero-usando-containers-lxc/
install = holodev.install
arch = i686
@@ -16,6 +16,7 @@ pkgbase = holodev
depends = ebtables
depends = sudo
depends = bash-completion
+ conflicts = holodev
source = https://github.com/lappis-tools/holodev/archive/0.5.tar.gz
sha256sums = 4357fd42465df5ddc4cec141da57ebae15b364628de85e2bcd02b1b54856dfdd
diff --git a/PKGBUILD b/PKGBUILD
index 42644b4c084a..188df3a7be36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=holodev
pkgver=0.5
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to facilitate the creation of Linux Containers for developing Debian systems"
arch=('i686' 'x86_64')
url="http://joenio.me/desenvolvendo-noosfero-usando-containers-lxc/"
license=('GPL')
depends=('dmidecode' 'bridge-utils' 'libvirt' 'debootstrap' 'lxc' 'dnsmasq' 'ebtables' 'sudo' 'bash-completion')
+conflicts=('holodev')
source=("https://github.com/lappis-tools/holodev/archive/$pkgver.tar.gz")
sha256sums=('4357fd42465df5ddc4cec141da57ebae15b364628de85e2bcd02b1b54856dfdd')
install="holodev.install"