summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStorm Dragon2017-05-05 13:30:16 -0400
committerStorm Dragon2017-05-05 13:30:16 -0400
commitf566eac2e6efbc9bf3fdf9bbb66ff1f0ec592c02 (patch)
tree89d5babb5d60bee5532fa6c34ac018dcff39fe61 /PKGBUILD
parent7aaea584564ed813a58404e5146ad9acb6e4e2fe (diff)
downloadaur-f566eac2e6efbc9bf3fdf9bbb66ff1f0ec592c02.tar.gz
Added conflicts and provides variables.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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()