summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Hellhake2019-12-12 15:23:58 +0100
committerTim Hellhake2019-12-12 15:23:58 +0100
commit322a16f2ef62aa13706e9e140740cbd7d388f4e9 (patch)
tree40379ddd90db7d8e5f5a1818ed966efdabe0fbd6
parent34fe8d901a349af9c5ae64052dee7cf79223760d (diff)
downloadaur-322a16f2ef62aa13706e9e140740cbd7d388f4e9.tar.gz
Set arch to any
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80046d9a12a0..e9814056457c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = i3status-rust
pkgver = 0.12.0
pkgrel = 2
url = https://github.com/greshake/i3status-rust
- arch = x86_64
+ arch = any
license = GPL3
makedepends = rust
depends = dbus
diff --git a/PKGBUILD b/PKGBUILD
index 38881d9ed6cb..f66c00733b1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=i3status-rust
pkgver=0.12.0
pkgrel=2
pkgdesc='Resourcefriendly and feature-rich replacement for i3status, written in pure Rust'
-arch=('x86_64')
+arch=('any')
url=https://github.com/greshake/i3status-rust
license=('GPL3')
depends=('dbus')