summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2017-05-05 13:30:16 -0400
committerStorm Dragon2017-05-05 13:30:16 -0400
commitf566eac2e6efbc9bf3fdf9bbb66ff1f0ec592c02 (patch)
tree89d5babb5d60bee5532fa6c34ac018dcff39fe61
parent7aaea584564ed813a58404e5146ad9acb6e4e2fe (diff)
downloadaur-f566eac2e6efbc9bf3fdf9bbb66ff1f0ec592c02.tar.gz
Added conflicts and provides variables.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ffeec2ac191..04bd2abd9eec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jan 23 13:47:50 UTC 2017
+# Fri May 5 17:30:10 UTC 2017
pkgbase = magic-wormhole-git
pkgdesc = Securely transfer data between computers
pkgver = 0.9.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/warner/magic-wormhole
arch = any
license = MIT
@@ -20,6 +20,10 @@ pkgbase = magic-wormhole-git
depends = python-idna
depends = python-service-identity
depends = python-ipaddress
+ provides = wormhole
+ provides = wormhole-server
+ conflicts = wormhole
+ conflicts = wormhole-server
source = git+https://github.com/warner/magic-wormhole.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f73670fa0e86..c8156f5420ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=magic-wormhole-git
_pkgname=${pkgname%-*}
pkgver=0.9.2
-pkgrel=2
+pkgrel=3
pkgdesc="Securely transfer data between computers"
arch=('any')
url="https://github.com/warner/${_pkgname}"
@@ -11,6 +11,8 @@ license=('MIT')
depends=('python' 'python-click' 'python-cffi' 'python-autobahn' 'python-tqdm' 'python-hkdf' 'python-pynacl' 'python-spake2' 'python-humanize' 'python-idna' 'python-service-identity' 'python-ipaddress')
makedepends=('python-setuptools')
source=("git+${url}.git")
+conflicts=("wormhole" "wormhole-server")
+provides=("wormhole" "wormhole-server")
md5sums=('SKIP')
pkgver()