summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2024-01-23 20:01:39 +0800
committertaotieren2024-01-23 20:01:39 +0800
commit3083883631e181b361d643877aa4ca544aeefdb6 (patch)
tree216f5a073c1bc44a15997c184330d7b60e4a3248
parent8afa8928a2d817ad203ef9e0677fb9ee35f8af80 (diff)
downloadaur-openocdcfg-generator.tar.gz
[lilac] updated to 20.08.00.00-14
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dd969545808..4350db16da10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = openocdcfg-generator
pkgdesc = This is a python tool based on pydevicetree (GitHub/PyPI) which generates OpenOCD Configuration Files for Freedom Metal applications.
pkgver = 20.08.00.00
- pkgrel = 3
+ pkgrel = 14
url = https://github.com/sifive/openocdcfg-generator
arch = any
- license = Apache
+ license = Apache-2.0
depends = python
depends = openocd
depends = python-jinja-time
depends = python-markupsafe
depends = python-pylint
depends = python-pydevicetree
- options = !strip
source = openocdcfg-generator-20.08.00.00.tar.gz::https://github.com/sifive/openocdcfg-generator/archive/refs/tags/v20.08.00.00.tar.gz
sha256sums = a348e9688502b88ede43c8a40b0d8a29d52620482361b2c7c0d4106b3d91a50c
diff --git a/PKGBUILD b/PKGBUILD
index 311abf4759e7..edd05565764e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=openocdcfg-generator
pkgver=20.08.00.00
-pkgrel=3
+pkgrel=14
epoch=
pkgdesc="This is a python tool based on pydevicetree (GitHub/PyPI) which generates OpenOCD Configuration Files for Freedom Metal applications."
arch=('any')
url="https://github.com/sifive/openocdcfg-generator"
-license=('Apache')
+license=('Apache-2.0')
groups=()
depends=(python
openocd
@@ -22,7 +22,7 @@ provides=()
conflicts=()
replaces=()
backup=()
-options=('!strip')
+options=()
install=
changelog=
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")