George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
stlink
Commits:
548e89b1 by George Rawlinson at 2025-01-01T07:05:03+00:00
nvchecker: update upstream URL
- - - - -
06e47e01 by George Rawlinson at 2025-01-01T07:08:13+00:00
upgpkg: 1.8.0-2
* Update upstream URL (fixes #1).
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = stlink
pkgdesc = Open source STM32 MCU programming toolset
pkgver = 1.8.0
- pkgrel = 1
- url = https://github.com/texane/stlink
+ pkgrel = 2
+ url = https://github.com/stlink-org/stlink
arch = x86_64
license = BSD-3-Clause
makedepends = cmake
@@ -11,7 +11,7 @@ pkgbase = stlink
depends = gtk3
depends = hicolor-icon-theme
depends = libusb
- source =
stlink-1.8.0.tar.gz::https://github.com/texane/stlink/archive/v1.8.0.tar.gz
+ source =
stlink-1.8.0.tar.gz::https://github.com/stlink-org/stlink/archive/v1.8.0.tar.gz
sha512sums =
49245a4b0aeb926dd71ec4260b707d900318fe68e3a36e2e5543587fefb4886a9ff0ff42e0e12a8e727a5d4e9c7b4ce13989ca4d963842dbf960065e5fa0c968
b2sums =
93977a0f1700b70b7fd8e17ef6ab2d636323665e4f98e5753ced1fce9de79b0cc3a47a5db973c39ce1ec1d1ecb7dbd2bfb91b4e41ee895d65fa4907136eba9dd
=====================================
.nvchecker.toml
=====================================
@@ -1,4 +1,4 @@
[stlink]
source = "git"
-git = "https://github.com/texane/stlink.git"
+git = "https://github.com/stlink-org/stlink.git"
prefix = "v"
=====================================
PKGBUILD
=====================================
@@ -3,10 +3,10 @@
pkgname=stlink
pkgver=1.8.0
-pkgrel=1
+pkgrel=2
pkgdesc='Open source STM32 MCU programming toolset'
arch=(x86_64)
-url='https://github.com/texane/stlink'
+url='https://github.com/stlink-org/stlink'
license=(BSD-3-Clause)
depends=(
glib2
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/stlink/-/compare/321223cc39e57642653130d0dcc79afb6f08162e...06e47e018ebc7f47d559c4349da94a4b97576d1a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/stlink/-/compare/321223cc39e57642653130d0dcc79afb6f08162e...06e47e018ebc7f47d559c4349da94a4b97576d1a
You're receiving this email because of your account on gitlab.archlinux.org.