summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUffe Jakobsen2023-12-07 12:27:53 +0100
committerUffe Jakobsen2023-12-07 12:27:53 +0100
commit5005c18845a3f2406bb40ac31d5308dcc162c14d (patch)
tree70431aad8fef4e14cceceb24e2d75f850360791f
parentc850a671a720635db7f183eb0eda32349d62dcf5 (diff)
downloadaur-5005c18845a3f2406bb40ac31d5308dcc162c14d.tar.gz
switch to blackmagic repo
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 607cca694ef9..43f9946aee91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = stlink-tool-git
pkgdesc = Tool for flashing chinese ST-Link dongles
- pkgver = r21.8cbdffe
- pkgrel = 2
- url = https://github.com/UweBonnes/stlink-tool
+ pkgver = r30.a4c1b6b
+ pkgrel = 3
+ url = https://github.com/blackmagic-debug/stlink-tool
arch = i686
arch = x86_64
license = GPL
makedepends = git
depends = libusb
provides = stlink-tool
- source = git+https://github.com/UweBonnes/stlink-tool.git
+ source = git+https://github.com/blackmagic-debug/stlink-tool.git
sha256sums = SKIP
pkgname = stlink-tool-git
diff --git a/PKGBUILD b/PKGBUILD
index a35991c9788e..56f0836049e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Uffe Jakobsen <_uffe_|_at_|_uffe_|_dot_|_org_>
pkgname=stlink-tool-git
_pkgname=stlink-tool
-pkgver=r21.8cbdffe
-pkgrel=2
+pkgver=r30.a4c1b6b
+pkgrel=3
pkgdesc="Tool for flashing chinese ST-Link dongles"
arch=('i686' 'x86_64')
-url="https://github.com/UweBonnes/stlink-tool"
license=('GPL')
-source=('git+https://github.com/UweBonnes/stlink-tool.git')
+url="https://github.com/blackmagic-debug/stlink-tool"
+source=('git+https://github.com/blackmagic-debug/stlink-tool.git')
+#url="https://github.com/UweBonnes/stlink-tool"
+#source=('git+https://github.com/UweBonnes/stlink-tool.git')
depends=('libusb')
makedepends=('git')
provides=('stlink-tool')