summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickaël Thomas2018-09-09 20:38:27 +0200
committerMickaël Thomas2018-09-09 20:38:27 +0200
commita3bc8f792474880d5dbd7fe602c525e9ec5bc59e (patch)
treec377e179a5574de2f6e32cc0701368a47e4f5ef2
parent672d3dbccaf38f2a98a22d0e85a592147de34c6b (diff)
downloadaur-a3bc8f792474880d5dbd7fe602c525e9ec5bc59e.tar.gz
Update to v5.05
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99f093d2edbd..745a601077ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = microchip-mplabx-bin
pkgdesc = IDE for Microchip PIC and dsPIC development
- pkgver = 5.00
+ pkgver = 5.05
pkgrel = 1
url = http://www.microchip.com/mplabx
install = microchip-mplabx-bin.install
@@ -13,8 +13,9 @@ pkgbase = microchip-mplabx-bin
depends = alsa-lib
depends = libxslt
depends = libxtst
- depends = java-runtime>=7
- depends = java-openjfx
+ depends = java-runtime=8
+ depends = java-openjfx>=8
+ depends = java-openjfx<9
optdepends = microchip-mplabxc8-bin: C compiler for PIC10 PIC12 PIC16 PIC18 MCUs
optdepends = microchip-mplabxc16-bin: C compiler for PIC24 MCUs and dsPIC DSCs
optdepends = microchip-mplabxc32-bin: C Compiler for PIC32 MCUs
@@ -28,10 +29,10 @@ pkgbase = microchip-mplabx-bin
options = emptydirs
options = !zipman
backup = etc/mplab_ide.conf
- source = http://ww1.microchip.com/downloads/en/DeviceDoc/MPLABX-v5.00-linux-installer.tar
+ source = http://ww1.microchip.com/downloads/en/DeviceDoc/MPLABX-v5.05-linux-installer.tar
source = LICENSE
source = mplabx-override.conf
- md5sums = 95ff99a1c94ff6dfd7fdf50b6a113216
+ md5sums = a01e9d419a0863329cb55c823f90d128
md5sums = a34a85b2600a26f1c558bcd14c2444bd
md5sums = a476a71af625380a2fd52f82fb5d5492
makedepends_x86_64 = lib32-fakechroot
diff --git a/PKGBUILD b/PKGBUILD
index eb275ddb3d74..b893e2cf2fba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Submitter: BxS <bxsbxs at gmail dot com>
pkgname=microchip-mplabx-bin
-pkgver=5.00
+pkgver=5.05
pkgrel=1
pkgdesc="IDE for Microchip PIC and dsPIC development"
arch=(i686 x86_64)
url='http://www.microchip.com/mplabx'
license=(custom)
-depends=(gtk2 alsa-lib libxslt libxtst "java-runtime>=7" "java-openjfx")
+depends=(gtk2 alsa-lib libxslt libxtst "java-runtime=8" "java-openjfx>=8" "java-openjfx<9")
makedepends=(fakechroot desktop-file-utils)
makedepends_x86_64=(lib32-fakechroot lib32-fakeroot)
optdepends=('microchip-mplabxc8-bin: C compiler for PIC10 PIC12 PIC16 PIC18 MCUs'
@@ -33,7 +33,7 @@ source=("http://ww1.microchip.com/downloads/en/DeviceDoc/${_mplabx_installer}.ta
"LICENSE"
"mplabx-override.conf")
-md5sums=('95ff99a1c94ff6dfd7fdf50b6a113216'
+md5sums=('a01e9d419a0863329cb55c823f90d128'
'a34a85b2600a26f1c558bcd14c2444bd'
'a476a71af625380a2fd52f82fb5d5492')