summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanny Wood2022-01-19 17:11:20 +0000
committerDanny Wood2022-01-19 17:11:20 +0000
commit21460f0f0d8f2403c4cda9c86d186be25a0705f8 (patch)
treeedfeb152ca79b8c38f111627127527e6a76d939a
parent9d482c9fcab60e78ebe3001ee36ad4303f45282b (diff)
downloadaur-21460f0f0d8f2403c4cda9c86d186be25a0705f8.tar.gz
Update to v6.00
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ea1734c2729..ee836e508470 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = microchip-mplabx-bin
pkgdesc = IDE for Microchip PIC and dsPIC development
- pkgver = 5.50
+ pkgver = 6.00
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-v5.50-linux-installer.tar
+ source = http://ww1.microchip.com/downloads/en/DeviceDoc/MPLABX-v6.00-linux-installer.tar
source = LICENSE
source = mplabx-override.conf
- md5sums = 6153c217487ead4ee10e3316d283c490
+ md5sums = 452cf9fb8c889ea1e2744c0d2b1fa3d1
md5sums = a34a85b2600a26f1c558bcd14c2444bd
md5sums = a476a71af625380a2fd52f82fb5d5492
makedepends_x86_64 = lib32-fakechroot
diff --git a/PKGBUILD b/PKGBUILD
index 92102d75e4fc..38b5c99d3539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Submitter: BxS <bxsbxs at gmail dot com>
pkgname=microchip-mplabx-bin
-pkgver=5.50
+pkgver=6.00
pkgrel=1
pkgdesc="IDE for Microchip PIC and dsPIC development"
arch=(x86_64)
@@ -32,7 +32,7 @@ source=("http://ww1.microchip.com/downloads/en/DeviceDoc/${_mplabx_installer}.ta
"LICENSE"
"mplabx-override.conf")
-md5sums=('6153c217487ead4ee10e3316d283c490'
+md5sums=('452cf9fb8c889ea1e2744c0d2b1fa3d1'
'a34a85b2600a26f1c558bcd14c2444bd'
'a476a71af625380a2fd52f82fb5d5492')
@@ -41,7 +41,7 @@ backup=("etc/mplab_ide.conf")
PKGEXT='.pkg.tar'
package() {
- mkdir -p "${pkgdir}"/{etc,usr/{bin,lib,local/lib},tmp}
+ mkdir -p "${pkgdir}"/{etc,usr/{bin,lib},tmp}
# Create a fake chroot in $pkgdir to run the installer into
ln -s /usr/bin "${pkgdir}/"
@@ -99,7 +99,7 @@ EOF
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/
+ mv "${pkgdir}"/usr/local/lib/*.so "${pkgdir}"/usr/lib/
rm -rf "${pkgdir}/usr/local/"
_mplabcomm_pkgdir=("${pkgdir}${_mplabcomm_dir}"/*)