summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfossdd2024-03-30 21:05:16 +0000
committerfossdd2024-03-30 21:05:16 +0000
commitef66f8a5b0d73e3f586ab760e9b2ab8c557bb118 (patch)
tree4406a47e0d094d0fa5ff0140217787e4b554e42e
parent3f5a94dcde01a963dafc36f1bf981c1a69f5fb83 (diff)
downloadaur-ef66f8a5b0d73e3f586ab760e9b2ab8c557bb118.tar.gz
fix arch array
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3beff2f44835..a1d9b47d74cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname="${pkgname%-git}"
pkgver=r532.f49f4f7
pkgrel=1
pkgdesc='Experimental Tunnel interface for Arti'
-arch=('')
+arch=(x86_64)
url='https://gitlab.torproject.org/tpo/core/onionmasq'
_giturl="$url.git"
license=('unknown')