summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphaël Doursenaud2017-02-21 16:31:07 +0100
committerRaphaël Doursenaud2017-02-21 16:31:07 +0100
commit824e8051c06eb9a76879e446e8736276fe62e178 (patch)
tree95386d7daba0c3710df6fcbe12fbfeaaee2bce09
parent15ebb8753244155b718046d07507f1ff9b9be820 (diff)
downloadaur-824e8051c06eb9a76879e446e8736276fe62e178.tar.gz
Properly provide and conflict
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bab3e164fd3..c213b5ae6d9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 8 08:24:16 UTC 2017
+# Tue Feb 21 15:31:07 UTC 2017
pkgbase = gandi.cli-git
pkgdesc = Gandi command line interface
pkgver = 0.19.r23.g68bc705
- pkgrel = 1
+ pkgrel = 2
url = http://cli.gandi.net
arch = any
license = GPL3
@@ -21,6 +21,8 @@ pkgbase = gandi.cli-git
depends = openssh
depends = git
optdepends = docker: gandi docker support
+ provides = gandi.cli=0.19.r23.g68bc705-2
+ conflicts = gandi.cli
options = !emptydirs
source = git+https://github.com/Gandi/gandi.cli
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2c1acc0a0a8e..38cebbf6bf0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=gandi.cli
pkgname=${_pkgname}-git
pkgver=0.19.r23.g68bc705
-pkgrel=1
+pkgrel=2
pkgdesc="Gandi command line interface"
arch=('any')
url="http://cli.gandi.net"
@@ -10,11 +10,11 @@ license=('GPL3')
groups=()
depends=('python' 'python-yaml' 'python-click>=3.1' 'python-requests' 'python-ipy' 'openssl' 'openssh' 'git')
optdepends=('docker: gandi docker support')
-makedepends=('python-setuptools')
+makedepends=('git' 'python-setuptools')
checkdepends=('python-nose' 'python-coverage' 'python-tox' 'python-mock')
makedepends=('python-docutils')
-provides=()
-conflicts=()
+provides=("${pkgname%-git}=$pkgver-$pkgrel")
+conflicts=("${pkgname%-git}")
replaces=()
backup=()
options=(!emptydirs)