summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortaotieren2023-12-08 21:01:26 +0800
committertaotieren2023-12-08 21:01:26 +0800
commit3376e65a20359d68ef727c432930cff80c6dd9ad (patch)
tree29fdc00c7206fa114bcc5a2019ae8da197513849 /PKGBUILD
parent8ef6cf5b7890978de494ae846bc5519ac1f63b7e (diff)
downloadaur-3376e65a20359d68ef727c432930cff80c6dd9ad.tar.gz
[lilac] updated to r5.aa6b51a-5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76bdd06e02b3..48dd00728547 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,11 @@
pkgname=bin2hex-git
_pkgname=bin2hex
pkgver=r5.aa6b51a
-pkgrel=3
+pkgrel=5
pkgdesc="Convert raw binary files to Intel \"IHEX\" type files (used for loading large chunks of data into an Arduino board)"
-arch=('any')
+arch=(x86_64
+ aarch64
+ riscv64)
url="https://github.com/krupski/bin2hex"
license=('GPLv3')
provides=(${pkgname})