summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2017-06-28 11:23:26 -0400
committerStorm Dragon2017-06-28 11:23:26 -0400
commit38b35bca498a5f3338697991324b03f6c0c2d420 (patch)
treea9fa5f4cf118cbebcee93bbfa2ec5cf39b50d0df
parent3e2e24e51e87e1ec3ab77972f8944203f90deaf5 (diff)
downloadaur-38b35bca498a5f3338697991324b03f6c0c2d420.tar.gz
Now using the new python-txtorcon package.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1f951c248f2..4ff13bc74ab4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jun 27 17:11:44 UTC 2017
+# Wed Jun 28 15:23:11 UTC 2017
pkgbase = magic-wormhole
pkgdesc = Securely transfer data between computers
pkgver = 0.10.0
- pkgrel = 2
+ pkgrel = 3
url = https://pypi.python.org/pypi/magic-wormhole/0.10.0
arch = any
license = MIT
@@ -20,7 +20,7 @@ pkgbase = magic-wormhole
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 4f5cb2b50014..c8c12bea6aff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=magic-wormhole
pkgver=0.10.0
-pkgrel=2
+pkgrel=3
pkgdesc="Securely transfer data between computers"
arch=('any')
url="https://pypi.python.org/pypi/${pkgname}/${pkgver}"
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=("https://pypi.python.org/packages/b2/7e/f26ad2aa90a84019bf1f3ef6f9ee48785096f9abe1812dfcba71cb59ae53/magic-wormhole-0.10.0.tar.gz")
conflicts=("wormhole" "wormhole-server")