summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanny Wood2022-11-07 13:47:46 +0000
committerDanny Wood2022-11-07 13:47:46 +0000
commite40c73c677647d5cfffdbb55ec9f34d1b5962b81 (patch)
tree70f0718b830a28fa77d3935cc3a2419a3c6f9f39
parent21460f0f0d8f2403c4cda9c86d186be25a0705f8 (diff)
downloadaur-e40c73c677647d5cfffdbb55ec9f34d1b5962b81.tar.gz
Update to v6.05
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee836e508470..e4cf75430deb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = microchip-mplabx-bin
pkgdesc = IDE for Microchip PIC and dsPIC development
- pkgver = 6.00
+ pkgver = 6.05
pkgrel = 1
url = http://www.microchip.com/mplabx
arch = x86_64
@@ -26,10 +26,10 @@ pkgbase = microchip-mplabx-bin
options = emptydirs
options = !zipman
backup = etc/mplab_ide.conf
- source = http://ww1.microchip.com/downloads/en/DeviceDoc/MPLABX-v6.00-linux-installer.tar
+ source = https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductDocuments/SoftwareTools/MPLABX-v6.05-linux-installer.tar
source = LICENSE
source = mplabx-override.conf
- md5sums = 452cf9fb8c889ea1e2744c0d2b1fa3d1
+ md5sums = 6fc81f0ff499a61de4880e20eb3c8247
md5sums = a34a85b2600a26f1c558bcd14c2444bd
md5sums = a476a71af625380a2fd52f82fb5d5492
makedepends_x86_64 = lib32-fakechroot
diff --git a/PKGBUILD b/PKGBUILD
index 38b5c99d3539..a5b6a6ce0e20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Submitter: BxS <bxsbxs at gmail dot com>
pkgname=microchip-mplabx-bin
-pkgver=6.00
+pkgver=6.05
pkgrel=1
pkgdesc="IDE for Microchip PIC and dsPIC development"
arch=(x86_64)
@@ -28,11 +28,11 @@ _mplabx_installer="MPLABX-v${pkgver}-linux-installer"
_mplabcomm_dir="/opt/microchip/mplabcomm"
-source=("http://ww1.microchip.com/downloads/en/DeviceDoc/${_mplabx_installer}.tar"
+source=("https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductDocuments/SoftwareTools/${_mplabx_installer}.tar"
"LICENSE"
"mplabx-override.conf")
-md5sums=('452cf9fb8c889ea1e2744c0d2b1fa3d1'
+md5sums=('6fc81f0ff499a61de4880e20eb3c8247'
'a34a85b2600a26f1c558bcd14c2444bd'
'a476a71af625380a2fd52f82fb5d5492')
@@ -98,8 +98,7 @@ EOF
rm -rf "${pkgdir}${_mplabx_dir}/sys/java"
rmdir "${pkgdir}${_mplabx_dir}/sys" # the intent here is to fail if something else than java is put into sys.
- # Move libs away from /usr/local/lib
- mv "${pkgdir}"/usr/local/lib/*.so "${pkgdir}"/usr/lib/
+ # Remove the /usr/local directory (now empty)
rm -rf "${pkgdir}/usr/local/"
_mplabcomm_pkgdir=("${pkgdir}${_mplabcomm_dir}"/*)
@@ -133,8 +132,8 @@ EOF
done
# Tweak .desktop files for better desktop integration
- echo "StartupWMClass=MPLAB X IDE v${pkgver}" >> "${pkgdir}/usr/share/applications/mplab.desktop"
- echo "StartupWMClass=com-microchip-ipe-ui-ProdProgrammerApp" >> "${pkgdir}/usr/share/applications/mplab_ipe.desktop"
+ echo "StartupWMClass=MPLAB X IDE v${pkgver}" >> "${pkgdir}/usr/share/applications/mplab_ide-v${pkgver}.desktop"
+ echo "StartupWMClass=MPLAB IPE" >> "${pkgdir}/usr/share/applications/mplab_ipe-v${pkgver}.desktop"
install -Dm 644 -t "${pkgdir}/usr/lib/systemd/system/systemd-udevd.service.d/" "${srcdir}/mplabx-override.conf"