summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickaël Thomas2016-06-23 17:30:43 +0200
committerMickaël Thomas2016-06-23 17:39:36 +0200
commitb82f7cac80c13c50f1b85a238300060cb4c2c36c (patch)
tree6469c5b8bae2425a7fe58b6a5f14cdbd40baccde
parentfbd488c69c3404df6563a02ffbfd502dcdce8a84 (diff)
downloadaur-b82f7cac80c13c50f1b85a238300060cb4c2c36c.tar.gz
Update to v3.35 and fix broken symlinks
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c806e1ec83ca..8e792135d8bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 10 22:51:41 UTC 2016
+# Thu Jun 23 15:30:03 UTC 2016
pkgbase = microchip-mplabx-bin
pkgdesc = IDE for Microchip PIC and dsPIC development
- pkgver = 3.30
+ pkgver = 3.35
pkgrel = 1
url = http://www.microchip.com/mplabx
install = microchip-mplabx-bin.install
@@ -31,9 +31,9 @@ pkgbase = microchip-mplabx-bin
options = !zipman
options = !upx
backup = etc/mplab_ide.conf
- source = http://ww1.microchip.com/downloads/en/DeviceDoc/MPLABX-v3.30-linux-installer.tar
+ source = http://ww1.microchip.com/downloads/en/DeviceDoc/MPLABX-v3.35-linux-installer.tar
source = LICENSE
- md5sums = ff1a8f3d41acd8554b50612facfaf93d
+ md5sums = f9e6ca7a1f1013cc545dc406db557cb1
md5sums = a34a85b2600a26f1c558bcd14c2444bd
source_x86_64 = fakechroot-i686.pkg.tar.xz::http://www.archlinux.org/packages/extra/i686/fakechroot/download/
makedepends_x86_64 = lib32-fakeroot
diff --git a/PKGBUILD b/PKGBUILD
index 38c3c5d75242..e018a13f4583 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Submitter: BxS <bxsbxs at gmail dot com>
pkgname=microchip-mplabx-bin
-pkgver=3.30
-_mplabcomm_version=3.17.02
+pkgver=3.35
+_mplabcomm_version=3.20.00
pkgrel=1
pkgdesc="IDE for Microchip PIC and dsPIC development"
arch=(i686 x86_64)
@@ -36,7 +36,7 @@ source=("http://ww1.microchip.com/downloads/en/DeviceDoc/${_mplabx_installer}.ta
"LICENSE")
source_x86_64=("fakechroot-i686.pkg.tar.xz::http://www.archlinux.org/packages/extra/i686/fakechroot/download/")
-md5sums=('ff1a8f3d41acd8554b50612facfaf93d'
+md5sums=('f9e6ca7a1f1013cc545dc406db557cb1'
'a34a85b2600a26f1c558bcd14c2444bd')
md5sums_x86_64=('92b9a1dc8fa0534048790731a7bf2fc5')
@@ -102,8 +102,10 @@ EOF
rm -rf "${pkgdir}/usr/local/"
# Symlink executables
- ln -sf "${_mplabx_dir}"/mplab_ide/bin/mplab_ide "${pkgdir}/usr/bin/"
- ln -sf "${_mplabx_dir}"/mplab_ipe/mplab_ipe "${pkgdir}/usr/bin/"
+ ln -sf "${_mplabx_dir}/mplab_ide/bin/mplab_ide" "${pkgdir}/usr/bin/"
+ ln -sf "${_mplabx_dir}/mplab_ide/bin/mdb.sh" "${pkgdir}/usr/bin/mdb"
+ ln -sf "${_mplabx_dir}/mplab_ide/bin/prjMakefilesGenerator.sh" "${pkgdir}/usr/bin/prjMakefilesGenerator"
+ ln -sf "${_mplabx_dir}/mplab_ipe/mplab_ipe" "${pkgdir}/usr/bin/"
ln -sf "${_mplabcomm_dir}/lib/mchplinusbdevice" "${pkgdir}/etc/.mplab_ide/"
# Symlink libs from MPLABCOMM