summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-07-13 23:31:37 +0200
committerKr1ss2020-07-13 23:31:37 +0200
commita92f65d02bf7dc80f3ee1014d9584cffddc8fae5 (patch)
tree69ed784995fc012deafa62d22168fe2e12d85649
parent0853bb07510d676a72fc744a667e673a731421ba (diff)
downloadaur-a92f65d02bf7dc80f3ee1014d9584cffddc8fae5.tar.gz
extend archs
Thx @fenuks for pointing this out.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6afeff157748..537797dcc040 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = git-delta
pkgdesc = A syntax-highlighting pager for git and diff output
pkgver = 0.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dandavison/delta
- arch = x86_64
+ arch = any
license = MIT
makedepends = rust
makedepends = clang
diff --git a/PKGBUILD b/PKGBUILD
index 0228800cf289..1912a05f11de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=git-delta
_name="${pkgname#*-}"
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='A syntax-highlighting pager for git and diff output'
-arch=('x86_64')
+arch=('any')
url="https://github.com/dandavison/$_name"
license=('MIT')