summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuís Ferreira2018-04-29 17:35:55 +0100
committerLuís Ferreira2018-04-29 17:35:55 +0100
commit7834853c119ff42a9a410714b1228df9b5a2d8f4 (patch)
treec31d9a8d114680b2a1e07b45945966d6fb2d80b0
parentd4bbc44f0fec3846063bb4ed26af2cbbd2ed08a5 (diff)
downloadaur-enum-shares-git.tar.gz
Prevent conflict with normal package
Signed-off-by: Luís Ferreira <lsferreira169@gmail.com>
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81be602bf9bb..28d8d9c79efa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,8 @@ depends=('python2' 'python2-pysmb')
makedepends=('git')
source=('git+https://github.com/dejanlevaja/enum_shares.git')
sha1sums=('SKIP')
+provides=('enum-shares')
+conflicts=('enum-shares')
pkgver() {
cd "$srcdir/enum_shares"