summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorKr1ss2020-07-14 18:39:37 +0200
committerKr1ss2020-07-14 18:39:37 +0200
commit47882b0c2ff9f049982afcdce26b78e8f5794f5d (patch)
treeb18b28c97560d9452a0aa33650a2ef488e27f919 /.SRCINFO
parenta92f65d02bf7dc80f3ee1014d9584cffddc8fae5 (diff)
downloadaur-47882b0c2ff9f049982afcdce26b78e8f5794f5d.tar.gz
fix arch, as `any` is inappropriate
Hat tip @fenuks for pointing me this out (and me to the Wiki).
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO9
1 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 537797dcc040..14baa519db70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,14 @@
pkgbase = git-delta
pkgdesc = A syntax-highlighting pager for git and diff output
pkgver = 0.3.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/dandavison/delta
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = arm
+ arch = armv7h
+ arch = armv6h
+ arch = aarch64
license = MIT
makedepends = rust
makedepends = clang