summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a59be601c3d..5dd969545808 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 2
+ pkgrel = 3
url = https://github.com/sifive/openocdcfg-generator
arch = any
license = Apache
@@ -12,7 +12,7 @@ pkgbase = openocdcfg-generator
depends = python-pylint
depends = python-pydevicetree
options = !strip
- source = openocdcfg-generator-20.08.00.00.tar.gz::https://download.fastgit.org/sifive/openocdcfg-generator/archive/refs/tags/v20.08.00.00.tar.gz
+ 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
pkgname = openocdcfg-generator
diff --git a/PKGBUILD b/PKGBUILD
index 79f8e29988fb..311abf4759e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,19 @@
pkgname=openocdcfg-generator
pkgver=20.08.00.00
-pkgrel=2
+pkgrel=3
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')
groups=()
-depends=('python' 'openocd' 'python-jinja-time' 'python-markupsafe' 'python-pylint' 'python-pydevicetree')
+depends=(python
+ openocd
+ python-jinja-time
+ python-markupsafe
+ python-pylint
+ python-pydevicetree)
makedepends=()
checkdepends=()
optdepends=()
@@ -20,7 +25,7 @@ backup=()
options=('!strip')
install=
changelog=
-source=("${pkgname}-${pkgver}.tar.gz::https://download.fastgit.org/sifive/openocdcfg-generator/archive/refs/tags/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
noextract=()
sha256sums=('a348e9688502b88ede43c8a40b0d8a29d52620482361b2c7c0d4106b3d91a50c')
#validpgpkeys=()