summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFFY002018-07-12 20:07:33 +0100
committerFFY002018-07-12 20:07:33 +0100
commit16a5a4a9b270d372e7e045834da02e1da15b2140 (patch)
tree72d2a2969ddc8ac780b9a6af5dcb6e3b6a149d29 /PKGBUILD
parent5b40a7fa5b39922b2a6af1e8dd0d5647a41d5f76 (diff)
downloadaur-python2-pyipv8-git.tar.gz
pkgbuild: add quotes to arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbf8cf5394f9..118928571be0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=py-ipv8
pkgver=r417.b3cf77c
pkgrel=1
pkgdesc="Python implementation of the IPv8 layer"
-arch=(any)
+arch=('any')
url="https://github.com/Tribler/py-ipv8"
license=('Apache')
depends=('python2-cryptography' 'python2-libnacl' 'python2-netifaces' 'python2-networkx' 'python2-twisted' 'python2-pyopenssl')