summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanny Wood2023-05-31 09:48:22 +0100
committerDanny Wood2023-05-31 09:48:22 +0100
commit135c340cd12591bf0531b84bfcb9bb08cdadc06b (patch)
tree6d25ac9a987f8213928ad3cfcc2bb52c6102a147
parente40c73c677647d5cfffdbb55ec9f34d1b5962b81 (diff)
downloadaur-135c340cd12591bf0531b84bfcb9bb08cdadc06b.tar.gz
Update to v6.10
Also remove lib32 dependencies as these are no longer required
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4cf75430deb..931d8dd1cd01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = microchip-mplabx-bin
pkgdesc = IDE for Microchip PIC and dsPIC development
- pkgver = 6.05
+ pkgver = 6.10
pkgrel = 1
url = http://www.microchip.com/mplabx
arch = x86_64
@@ -26,13 +26,11 @@ pkgbase = microchip-mplabx-bin
options = emptydirs
options = !zipman
backup = etc/mplab_ide.conf
- source = https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductDocuments/SoftwareTools/MPLABX-v6.05-linux-installer.tar
+ source = https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductDocuments/SoftwareTools/MPLABX-v6.10-linux-installer.tar
source = LICENSE
source = mplabx-override.conf
- md5sums = 6fc81f0ff499a61de4880e20eb3c8247
+ md5sums = 60258a0701f249faa33254f680ffdd82
md5sums = a34a85b2600a26f1c558bcd14c2444bd
md5sums = a476a71af625380a2fd52f82fb5d5492
- makedepends_x86_64 = lib32-fakechroot
- makedepends_x86_64 = lib32-fakeroot
pkgname = microchip-mplabx-bin
diff --git a/PKGBUILD b/PKGBUILD
index a5b6a6ce0e20..9255565a232e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Submitter: BxS <bxsbxs at gmail dot com>
pkgname=microchip-mplabx-bin
-pkgver=6.05
+pkgver=6.10
pkgrel=1
pkgdesc="IDE for Microchip PIC and dsPIC development"
arch=(x86_64)
@@ -12,7 +12,6 @@ url='http://www.microchip.com/mplabx'
license=(custom)
depends=(gtk2 alsa-lib libxslt libxtst jre8-openjdk java8-openjfx)
makedepends=(fakechroot desktop-file-utils)
-makedepends_x86_64=(lib32-fakechroot lib32-fakeroot)
optdepends=('microchip-mplabxc8-bin: C compiler for PIC10 PIC12 PIC16 PIC18 MCUs'
'microchip-mplabxc16-bin: C compiler for PIC24 MCUs and dsPIC DSCs'
'microchip-mplabxc32-bin: C Compiler for PIC32 MCUs'
@@ -32,7 +31,7 @@ source=("https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductD
"LICENSE"
"mplabx-override.conf")
-md5sums=('6fc81f0ff499a61de4880e20eb3c8247'
+md5sums=('60258a0701f249faa33254f680ffdd82'
'a34a85b2600a26f1c558bcd14c2444bd'
'a476a71af625380a2fd52f82fb5d5492')