diff options
author | taotieren | 2025-01-08 23:54:20 +0800 |
---|---|---|
committer | taotieren | 2025-01-08 23:54:20 +0800 |
commit | 0f9616923798e0b7099208187521069a583bdb0d (patch) | |
tree | 4620e39958eb42afd4736fe5bb4f3e930cc18544 | |
parent | 8ec5ff317c3f8a4bd934db7121170bb820c01861 (diff) | |
download | aur-0f9616923798e0b7099208187521069a583bdb0d.tar.gz |
[lilac] updated to 190-3
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -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 @@ -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" |