summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')