[arch-commits] Commit in stlink/repos/community-x86_64 (4 files)
Filipe Laíns
ffy00 at archlinux.org
Sun Mar 8 15:10:54 UTC 2020
Date: Sunday, March 8, 2020 @ 15:10:54
Author: ffy00
Revision: 592150
archrelease: copy trunk to community-x86_64
Added:
stlink/repos/community-x86_64/PKGBUILD
(from rev 592149, stlink/trunk/PKGBUILD)
stlink/repos/community-x86_64/stlink.install
(from rev 592149, stlink/trunk/stlink.install)
Deleted:
stlink/repos/community-x86_64/PKGBUILD
stlink/repos/community-x86_64/stlink.install
----------------+
PKGBUILD | 66 +++++++++++++++++++++++++++----------------------------
stlink.install | 44 ++++++++++++++++++------------------
2 files changed, 55 insertions(+), 55 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-08 15:10:50 UTC (rev 592149)
+++ PKGBUILD 2020-03-08 15:10:54 UTC (rev 592150)
@@ -1,33 +0,0 @@
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-
-pkgname=stlink
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
-arch=(x86_64)
-url='https://github.com/texane/stlink'
-license=(BSD)
-# Add support for gtk3-based GUI
-depends=(libusb)
-makedepends=(cmake gtk3)
-optdepends=('gtk3: GUI application')
-install=stlink.install
-source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/v$pkgver.zip)
-sha256sums=('58674942a56fbfb59a0e6b0c16a79ee7a4643ff868250ee821311da2cb145385')
-
-build() {
- cd stlink-$pkgver
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
- -DSTLINK_UDEV_RULES_DIR=/usr/lib/udev/rules.d \
- -DSTLINK_MODPROBED_DIR=/usr/lib/modprobe.d
- make
-}
-
-package() {
- cd stlink-$pkgver
-
- make DESTDIR="$pkgdir" install
-
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
- rm "$pkgdir"/usr/lib/libstlink.a
-}
Copied: stlink/repos/community-x86_64/PKGBUILD (from rev 592149, stlink/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-08 15:10:54 UTC (rev 592150)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+pkgname=stlink
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
+arch=(x86_64)
+url='https://github.com/texane/stlink'
+license=(BSD)
+# Add support for gtk3-based GUI
+depends=(libusb)
+makedepends=(cmake gtk3)
+optdepends=('gtk3: GUI application')
+install=stlink.install
+source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/v$pkgver.zip)
+sha256sums=('4adc0a2cf902ca71db5777f1452ef73c9f68d99fd8fc08feec1ae7e2bcc16835')
+
+build() {
+ cd stlink-$pkgver
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+ -DSTLINK_UDEV_RULES_DIR=/usr/lib/udev/rules.d \
+ -DSTLINK_MODPROBED_DIR=/usr/lib/modprobe.d
+ make
+}
+
+package() {
+ cd stlink-$pkgver
+
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ rm "$pkgdir"/usr/lib/libstlink.a
+}
Deleted: stlink.install
===================================================================
--- stlink.install 2020-03-08 15:10:50 UTC (rev 592149)
+++ stlink.install 2020-03-08 15:10:54 UTC (rev 592150)
@@ -1,22 +0,0 @@
-msg() {
- udevadm control --reload-rules
- echo "You may have to reload the usb-storage module."
- echo "To do this use"
- echo " modprobe -r usb-storage && modprobe usb-storage"
-}
-
-# arg 1: the new package version
-post_install() {
- msg
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- msg
-}
-
-# arg 1: the old package version
-post_remove() {
- msg
-}
Copied: stlink/repos/community-x86_64/stlink.install (from rev 592149, stlink/trunk/stlink.install)
===================================================================
--- stlink.install (rev 0)
+++ stlink.install 2020-03-08 15:10:54 UTC (rev 592150)
@@ -0,0 +1,22 @@
+msg() {
+ udevadm control --reload-rules
+ echo "You may have to reload the usb-storage module."
+ echo "To do this use"
+ echo " modprobe -r usb-storage && modprobe usb-storage"
+}
+
+# arg 1: the new package version
+post_install() {
+ msg
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ msg
+}
+
+# arg 1: the old package version
+post_remove() {
+ msg
+}
More information about the arch-commits
mailing list