summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2017-06-28 11:25:43 -0400
committerStorm Dragon2017-06-28 11:25:43 -0400
commitc991c072a3f7281def5a3e2d73af3a71242ec8db (patch)
tree555814ca0a8ff49e5f1ee4aae891de8174728e61
parentb1e4bf7aa5152a21473e182b398d2842501323b5 (diff)
downloadaur-c991c072a3f7281def5a3e2d73af3a71242ec8db.tar.gz
Now using the new python-txtorcon package.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54524471c845..cf707ebe5081 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jun 27 17:13:55 UTC 2017
+# Wed Jun 28 15:25:31 UTC 2017
pkgbase = magic-wormhole-git
pkgdesc = Securely transfer data between computers
- pkgver = 0.9.2
- pkgrel = 3
+ pkgver = 0.10.0
+ pkgrel = 1
url = https://github.com/warner/magic-wormhole
arch = any
license = MIT
@@ -20,7 +20,7 @@ pkgbase = magic-wormhole-git
depends = python-idna
depends = python-service-identity
depends = python-ipaddress
- depends = txtorcon
+ depends = python-txtorcon
provides = wormhole
provides = wormhole-server
conflicts = wormhole
diff --git a/PKGBUILD b/PKGBUILD
index c60752b40269..406ee85885eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=magic-wormhole-git
_pkgname=${pkgname%-*}
-pkgver=0.9.2
-pkgrel=3
+pkgver=0.10.0
+pkgrel=1
pkgdesc="Securely transfer data between computers"
arch=('any')
url="https://github.com/warner/${_pkgname}"
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' 'txtorcon')
+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' 'python-txtorcon')
makedepends=('python-setuptools')
source=("git+${url}.git")
conflicts=("wormhole" "wormhole-server")