summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortaotieren2024-01-23 20:01:23 +0800
committertaotieren2024-01-23 20:01:23 +0800
commit063501eef5b4bed2def716f185705afb156bcb94 (patch)
tree99881c45119e5129607ed9167a28f1bc2971d570 /PKGBUILD
parente27be2164b7ec90a2d4edaabb4a407acf30011f6 (diff)
downloadaur-elf2hex.tar.gz
[lilac] updated to 20.08.00.00-13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a66ac1adb31..fe133968ac23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=elf2hex
pkgver=20.08.00.00
-pkgrel=3
+pkgrel=13
epoch=
pkgdesc="SiFive's Verilog test harnesses can't directly read ELF binaries but are instead required to be provided with a hexidecimal dump of a particular width and depth. This project allows users to easily create these files."
arch=(x86_64
aarch64
riscv64)
url="https://github.com/sifive/elf2hex"
-license=('Apache' 'MIT')
+license=('Apache-2.0' 'MIT')
groups=()
depends=('bash')
makedepends=('autoconf' 'automake' 'python')
@@ -19,7 +19,7 @@ provides=()
conflicts=()
replaces=()
backup=()
-options=('!strip')
+options=()
install=
changelog=
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")