summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")