diff options
author | Christian Mauderer | 2021-04-29 21:34:43 +0200 |
---|---|---|
committer | Christian Mauderer | 2021-04-29 21:34:43 +0200 |
commit | 8d6bad410a50a150436df3b829fc9f1da46a13a9 (patch) | |
tree | 727255454b5fb972e09189ec8ff6bdac13c49518 /PKGBUILD | |
parent | 554b0fa2daa625f574ea7ab7958aed995e8dd640 (diff) | |
download | aur-stlink-git.tar.gz |
Update upstream URL.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ # Maintainer: Christian Mauderer <oss@c-mauderer.de> pkgname=stlink-git pkgrel=1 -pkgver=r1121.393310f +pkgver=r1788.eeaef98 pkgdesc="stm32 discovery line linux programmer." arch=('i686' 'x86_64') -url="https://github.com/texane/stlink" +url="https://github.com/stlink-org/stlink" license=('custom') depends=('libusb>=1.0' 'pkg-config') makedepends=('cmake' 'git' 'make') @@ -12,7 +12,7 @@ conflicts=('stlink') provides=('stlink') install='stlink-git.install' options=('!makeflags') -source=("${pkgname}"::'git+https://github.com/texane/stlink.git') +source=("${pkgname}"::'git+https://github.com/stlink-org/stlink.git') md5sums=('SKIP') pkgver() { |