summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKr1ss2020-07-13 23:31:37 +0200
committerKr1ss2020-07-13 23:31:37 +0200
commita92f65d02bf7dc80f3ee1014d9584cffddc8fae5 (patch)
tree69ed784995fc012deafa62d22168fe2e12d85649 /PKGBUILD
parent0853bb07510d676a72fc744a667e673a731421ba (diff)
downloadaur-a92f65d02bf7dc80f3ee1014d9584cffddc8fae5.tar.gz
extend archs
Thx @fenuks for pointing this out.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')