summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorproninyaroslav2016-03-07 21:17:41 +0300
committerproninyaroslav2016-03-07 21:17:41 +0300
commite5e45ee729a2a68a559a4b846554493752263309 (patch)
treec483ef07e67fe3ac04c70d1a73ab73d118b748a3
parent6ecd98b03811e7d8e259809a79b49b82be97976e (diff)
downloadaur-e5e45ee729a2a68a559a4b846554493752263309.tar.gz
Change arch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f0c6ed13ace..b82936f1ed04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
-# Mon Mar 7 18:15:22 UTC 2016
+# Mon Mar 7 18:17:31 UTC 2016
pkgbase = onioncircuits
pkgdesc = GTK application to display Tor circuits and streams
pkgver = 0.3
pkgrel = 2
url = https://git-tails.immerda.ch/onioncircuits
- arch = i686
- arch = x86_64
+ arch = any
license = GPL3
depends = python>=3.4.2
depends = python-gobject>=3.14.0
diff --git a/PKGBUILD b/PKGBUILD
index e50646bdd177..445dfd834997 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=onioncircuits
pkgver=0.3
pkgrel=2
pkgdesc="GTK application to display Tor circuits and streams"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://git-tails.immerda.ch/onioncircuits"
license=('GPL3')
depends=('python>=3.4.2' 'python-gobject>=3.14.0' 'stem>=1.2.2' 'gobject-introspection' 'python-distutils-extra')