summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Endfinger2020-01-13 20:46:28 -0500
committerKenneth Endfinger2020-01-13 20:46:28 -0500
commitb4d583c2cab0b68957835f54f6600ec234c89988 (patch)
tree96d5343c71a515e4177e789e8f7374c93403daaa
parent86d864c286ca7b0ee7bb2f426e6c83c8c8dee8e4 (diff)
downloadaur-b4d583c2cab0b68957835f54f6600ec234c89988.tar.gz
Fix architecture in PKGBUILD.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 4 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
diff --git a/PKGBUILD b/PKGBUILD
index 1c066f4ed14c..78411b6348ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=cargo-tally
pkgver=0.2.10
-pkgrel=1
+pkgrel=2
pkgdesc="Graph the number of crates that depend on your crate over time"
url="https://github.com/dtolnay/cargo-tally"
depends=('cargo' 'curl' 'http-parser')
optdepends=('gnuplot: display graphs')
-arch=('any')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
license=('MIT' 'APACHE')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dtolnay/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('ff850b31709ebf9a2d5eeaf19df513f8b4cbbbe675f2dd6d7ca3d9d893588c9297ef21fb37bfaf659f648cce433ec19d45570d02b21f37f3f23400a93b5b9e60')