summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2022-10-11 18:47:32 +0800
committertaotieren2022-10-11 18:47:32 +0800
commita2f7a4df299098061e58987dd0ae12575ba2013c (patch)
tree7cc8213e11fd708c83b5743546a6abe410f403a4
parentf9e9573a5d358401e1e260fff23f5dda320a2d58 (diff)
downloadaur-a2f7a4df299098061e58987dd0ae12575ba2013c.tar.gz
Update 1.50
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcccf16d17d8..6f75ee64817d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mounriver-studio-toolchain-bin
- pkgver = 1.40
- pkgrel = 2
+ pkgver = 1.50
+ pkgrel = 1
url = http://www.mounriver.com/
arch = x86_64
license = GPL2
@@ -13,11 +13,12 @@ pkgbase = mounriver-studio-toolchain-bin
optdepends = ch341eepromtool: An i2c serial EEPROM programming tool for the WCH CH341A
optdepends = ch341prog-git: A simple command line tool (programmer) interfacing with ch341a
optdepends = ch341eeprom-git: A libusb based programming tool for 24xx I²C EEPROMs using the WCH CH341A
+ optdepends = wchisp: WCH ISP Tool in Rust
provides = MRS-Toolchain
- noextract = mounriver-studio-toolchain-bin-1.40.tar.xz
+ noextract = mounriver-studio-toolchain-bin-1.50.tar.xz
options = !strip
- source = mounriver-studio-toolchain-bin-1.40.tar.xz::http://file.mounriver.com/tools/MRS_Toolchain_Linux_x64_V1.40.tar.xz
- sha256sums = e8336af1576396b4b833a0497695b07c68d840eed9cb8653b0b6bd73d7ed465c
+ source = mounriver-studio-toolchain-bin-1.50.tar.xz::http://file.mounriver.com/tools/MRS_Toolchain_Linux_x64_V1.50.tar.xz
+ sha256sums = 041a11d38d1f7c1d68208dd8f561bf6b84fd65d120bd8b05d9afe477e60a93ec
pkgname = mounriver-studio-toolchain-bin
pkgdesc = This MRS Toolchain includes the tool chain for RISC-V kernel chip under Linux x64 and the debug download tool OpenOCD.
diff --git a/PKGBUILD b/PKGBUILD
index 2ab7ed9a920e..32750a0bdcb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=mounriver-studio-toolchain-bin
pkgname=($pkgbase mounriver-studio-toolchain-openocd-bin mounriver-studio-toolchain-riscv-bin)
-pkgver=1.40
-pkgrel=2
+pkgver=1.50
+pkgrel=1
arch=('x86_64')
url='http://www.mounriver.com/'
license=('GPL2' 'GPL3' 'custom')
@@ -16,13 +16,11 @@ optdepends=('ch34x-dkms-git: CH341SER driver with fixed bug'
'spi-ch341-usb-dkms: SPI/GPIO driver for CH341'
'ch341eepromtool: An i2c serial EEPROM programming tool for the WCH CH341A'
'ch341prog-git: A simple command line tool (programmer) interfacing with ch341a'
- 'ch341eeprom-git: A libusb based programming tool for 24xx I²C EEPROMs using the WCH CH341A')
+ 'ch341eeprom-git: A libusb based programming tool for 24xx I²C EEPROMs using the WCH CH341A'
+ 'wchisp: WCH ISP Tool in Rust')
source=("${pkgbase}-${pkgver}.tar.xz::http://file.mounriver.com/tools/MRS_Toolchain_Linux_x64_V${pkgver}.tar.xz")
-
-sha256sums=('e8336af1576396b4b833a0497695b07c68d840eed9cb8653b0b6bd73d7ed465c')
-
+sha256sums=('041a11d38d1f7c1d68208dd8f561bf6b84fd65d120bd8b05d9afe477e60a93ec')
options=('!strip')
-
noextract=(${pkgbase}-${pkgver}.tar.xz)
_install(){