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 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})