summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorKenneth Endfinger2020-01-13 20:46:28 -0500
committerKenneth Endfinger2020-01-13 20:46:28 -0500
commitb4d583c2cab0b68957835f54f6600ec234c89988 (patch)
tree96d5343c71a515e4177e789e8f7374c93403daaa /.SRCINFO
parent86d864c286ca7b0ee7bb2f426e6c83c8c8dee8e4 (diff)
downloadaur-b4d583c2cab0b68957835f54f6600ec234c89988.tar.gz
Fix architecture in PKGBUILD.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO8
1 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3521d0adbf40..85776cc7f57c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = cargo-tally
pkgdesc = Graph the number of crates that depend on your crate over time
pkgver = 0.2.10
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dtolnay/cargo-tally
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = MIT
license = APACHE
depends = cargo