summaryrefslogtreecommitdiff
path: root/pcr/retroshare
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-15 06:38:58 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-15 06:38:58 +0100
commitd6534fb76d76cea51df278d9720d1627fd8961ac (patch)
tree67bca67b793430de71d90db54578dad795a8b65b /pcr/retroshare
parentf34deb9487c5a8acfe411c47e56ebc350c9bb10f (diff)
various: removed unsupported arches from $arch array
Diffstat (limited to 'pcr/retroshare')
-rw-r--r--pcr/retroshare/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/retroshare/PKGBUILD b/pcr/retroshare/PKGBUILD
index 3e05020d3..f58001a0b 100644
--- a/pcr/retroshare/PKGBUILD
+++ b/pcr/retroshare/PKGBUILD
@@ -20,7 +20,7 @@ pkgname=retroshare
pkgver=0.6.2
pkgrel=1
pkgdesc="Serverless encrypted instant messenger with filesharing, chatgroups, e-mail."
-arch=('i686' 'x86_64' 'armv6h' 'armv7h')
+arch=('i686' 'x86_64' 'armv7h')
url="http://retroshare.sourceforge.net/"
license=('GPL' 'LGPL')
depends=('qt5-multimedia' 'qt5-x11extras' 'libupnp' 'libxss' 'libmicrohttpd' 'sqlcipher')