summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-07-14 18:39:37 +0200
committerKr1ss2020-07-14 18:39:37 +0200
commit47882b0c2ff9f049982afcdce26b78e8f5794f5d (patch)
treeb18b28c97560d9452a0aa33650a2ef488e27f919
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).
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 4 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
diff --git a/PKGBUILD b/PKGBUILD
index 1912a05f11de..99f597e5c630 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=git-delta
_name="${pkgname#*-}"
pkgver=0.3.0
-pkgrel=2
+pkgrel=3
pkgdesc='A syntax-highlighting pager for git and diff output'
-arch=('any')
+arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/dandavison/$_name"
license=('MIT')