summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiSheng Chen2023-07-14 22:10:10 +0800
committerShiSheng Chen2023-07-14 22:10:10 +0800
commitfefbdad7f912d4e9097563f0f26924036c08d1b0 (patch)
treecf8879597a5966ee8678b416de6aa8d62f6c23c9
parent97ffc81762675b7db9833ddbb2e7aaaca2348107 (diff)
downloadaur-fefbdad7f912d4e9097563f0f26924036c08d1b0.tar.gz
update to version 1.50
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97406741f72d..8b703901810c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mounriver-studio-community
pkgdesc = 为 Eclipse 平台爱好者提供的一款 RISC-V 内核芯片集成开发环境,支持 WCH 系列 MCU 的工程模板、代码编译、下载、调试等功能。
- pkgver = 1.40
+ pkgver = 1.50
pkgrel = 1
url = www.mounriver.com
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = mounriver-studio-community
depends = libusb
depends = hidapi
depends = libusb-compat
- depends = libudev.so
+ depends = udev
optdepends = ch34x-dkms-git: CH341SER driver with fixed bug
optdepends = i2c-ch341-dkms: CH341 USB-I2C adapter driver
optdepends = spi-ch341-usb-dkms: SPI/GPIO driver for CH341
@@ -19,9 +19,9 @@ pkgbase = mounriver-studio-community
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
options = !strip
- source = mounriver-studio-community-1.40.tar.xz::http://file.mounriver.com/upgrade/MounRiver_Studio_Community_Linux_x64_V140.tar.xz
+ source = mounriver-studio-community-1.50.tar.xz::http://file.mounriver.com/upgrade/MounRiver_Studio_Community_Linux_x64_V150.tar.xz
source = udev-rules.patch
- sha256sums = 4abfab4afa64aa41c209b4a3b05aaa5428be3a71430547226fbbc2901b52ed84
+ sha256sums = 713b6d5a343ec887ea7b27b3fc0f1acc93ba041b26af27a83e5dc85597e1ae5c
sha256sums = 7ed97c1a494ddbd5b6d594223bc35aa31949c416c0b23a3adabfda239b9f3c73
pkgname = mounriver-studio-community
diff --git a/PKGBUILD b/PKGBUILD
index 98b45f5c9f2f..150c7dd45d36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chance Chen <ufbycd@163.com>
pkgname=mounriver-studio-community
-pkgver=1.40
+pkgver=1.50
pkgrel=1
arch=('x86_64')
pkgdesc="为 Eclipse 平台爱好者提供的一款 RISC-V 内核芯片集成开发环境,支持 WCH 系列 MCU 的工程模板、代码编译、下载、调试等功能。 "
@@ -9,7 +9,7 @@ url='www.mounriver.com'
license=('GPL2' 'GPL3' 'custom')
provides=()
conflicts=()
-depends=('libftdi-compat' 'libusb' 'hidapi' 'libusb-compat' 'libudev.so')
+depends=('libftdi-compat' 'libusb' 'hidapi' 'libusb-compat' 'udev')
makedepends=()
optdepends=('ch34x-dkms-git: CH341SER driver with fixed bug'
'i2c-ch341-dkms: CH341 USB-I2C adapter driver'
@@ -20,7 +20,7 @@ optdepends=('ch34x-dkms-git: CH341SER driver with fixed bug'
options=('!strip')
source=("${pkgname}-${pkgver}.tar.xz::http://file.mounriver.com/upgrade/MounRiver_Studio_Community_Linux_x64_V${pkgver//./}.tar.xz"
"udev-rules.patch")
-sha256sums=('4abfab4afa64aa41c209b4a3b05aaa5428be3a71430547226fbbc2901b52ed84'
+sha256sums=('713b6d5a343ec887ea7b27b3fc0f1acc93ba041b26af27a83e5dc85597e1ae5c'
'7ed97c1a494ddbd5b6d594223bc35aa31949c416c0b23a3adabfda239b9f3c73')
prepare() {