summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2024-01-23 20:02:33 +0800
committertaotieren2024-01-23 20:02:33 +0800
commit3c608fca1b71125e8e828f23143c60ea727ad331 (patch)
tree90f5c0e7044e7e5f978b4119a91f28efb52edb13
parentda26721ceb69e2c6b558a17f1be88dd9ec9f48c6 (diff)
downloadaur-bin2hex-git.tar.gz
[lilac] updated to r5.aa6b51a-15
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 040b199d8149..718dcadabb3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = bin2hex-git
pkgdesc = Convert raw binary files to Intel "IHEX" type files (used for loading large chunks of data into an Arduino board)
pkgver = r5.aa6b51a
- pkgrel = 11
+ pkgrel = 15
url = https://github.com/krupski/bin2hex
arch = x86_64
arch = aarch64
arch = riscv64
- license = GPLv3
+ license = GPL-3.0-only
makedepends = git
depends = glibc
provides = bin2hex-git
diff --git a/PKGBUILD b/PKGBUILD
index 67e7b16ffc46..cacf5c1779ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=bin2hex-git
_pkgname=bin2hex
pkgver=r5.aa6b51a
-pkgrel=11
+pkgrel=15
pkgdesc="Convert raw binary files to Intel \"IHEX\" type files (used for loading large chunks of data into an Arduino board)"
arch=(x86_64
aarch64
riscv64)
url="https://github.com/krupski/bin2hex"
-license=('GPLv3')
+license=('GPL-3.0-only')
provides=(${pkgname})
conflicts=(${pkgname} ${_pkgname})
#replaces=(${pkgname})