summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2016-10-28 21:00:38 -0400
committerStorm Dragon2016-10-28 21:00:38 -0400
commitca0fb6913391b4819941e5919d1dc880ed615dd0 (patch)
treece3ee30d1c75de0909a0159ca3f0d2c3bff9d77b
parent5f640b6aefb5da94f99ff81328c2d7ced541f0bf (diff)
downloadaur-ca0fb6913391b4819941e5919d1dc880ed615dd0.tar.gz
Updated dependancies.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2502f84fa624..b8b71ff12a54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Aug 10 22:42:06 UTC 2016
+# Sat Oct 29 01:00:22 UTC 2016
pkgbase = magic-wormhole
pkgdesc = Securely transfer data between computers
pkgver = 0.8.1
- pkgrel = 2
+ pkgrel = 3
url = https://pypi.python.org/pypi/magic-wormhole/0.8.1
arch = any
license = MIT
makedepends = python-setuptools
depends = python
depends = python-click
+ depends = python-cffi
depends = python-autobahn
depends = python-tqdm
depends = python-hkdf
diff --git a/PKGBUILD b/PKGBUILD
index a7f4681f41d4..41adb616d71c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=magic-wormhole
pkgver=0.8.1
-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-autobahn' 'python-tqdm' 'python-hkdf' 'python-pynacl' 'python-spake2')
+depends=('python' 'python-click' 'python-cffi' 'python-autobahn' 'python-tqdm' 'python-hkdf' 'python-pynacl' 'python-spake2')
makedepends=('python-setuptools')
source=("https://pypi.python.org/packages/ce/4f/37954f8e8211a656008326fbe33769cb8ab2fd20c226c8586399df06fddb/${pkgname}-${pkgver}.tar.gz")
md5sums=('630279be81ff2ea34b934208ca79f5df')