summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2025-01-08 23:54:20 +0800
committertaotieren2025-01-08 23:54:20 +0800
commit0f9616923798e0b7099208187521069a583bdb0d (patch)
tree4620e39958eb42afd4736fe5bb4f3e930cc18544
parent8ec5ff317c3f8a4bd934db7121170bb820c01861 (diff)
downloadaur-0f9616923798e0b7099208187521069a583bdb0d.tar.gz
[lilac] updated to 190-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00ac7a1131cd..1538c9f609ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mounriver-studio-community-bin
pkgver = 190
- pkgrel = 1
+ pkgrel = 3
url = http://www.mounriver.com/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 3e6532d41833..90396bfc422d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=mounriver-studio-community-bin
pkgname=(${pkgbase})
pkgver=190
-pkgrel=1
+pkgrel=3
arch=('x86_64')
url='http://www.mounriver.com/'
license=('GPL2' 'GPL3' 'custom')
@@ -58,6 +58,8 @@ package_mounriver-studio-community-bin() {
zlib)
install -dm0755 "${pkgdir}/opt/wch/${pkgname%-bin}/"
cp -a "${srcdir}"/MRS_Community/* "${pkgdir}/opt/wch/${pkgname%-bin}"
+ sed -i 's|plugdev|uucp|g' ${srcdir}/beforeinstall/50-wch.rules
+ sed -i 's|plugdev|uucp|g' ${srcdir}/beforeinstall/60-openocd.rules
install -Dm0644 "${srcdir}/beforeinstall/50-wch.rules" "${pkgdir}/usr/lib/udev/rules.d/50-wch-community.rules"
install -Dm0644 "${srcdir}/beforeinstall/60-openocd.rules" "${pkgdir}/usr/lib/udev/rules.d/60-openocd-wch-community.rules"