summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b3df69e383c..f439bbf6aaa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,22 @@
pkgbase = microchip-mplabxc8-bin
pkgdesc = Microchip's MPLAB XC8 C compiler toolchain for their PIC10/12/16/18 microcontroller families and their PIC14000 device
- pkgver = 2.31
+ pkgver = 2.36
pkgrel = 1
url = http://www.microchip.com/mplab/compilers
install = microchip-mplabxc8-bin.install
arch = x86_64
license = custom
makedepends = bitrock-unpacker
+ makedepends = tclkit
depends = gcc-libs
+ conflicts = lib32-tclkit
options = !strip
options = docs
options = libtool
options = emptydirs
options = !zipman
options = staticlibs
- source = http://ww1.microchip.com/downloads/en/DeviceDoc/xc8-v2.31-full-install-linux-x64-installer.run
- md5sums = 3e628d7048dddd54a9247d16a6d05baa
+ source = http://ww1.microchip.com/downloads/en/DeviceDoc/xc8-v2.36-full-install-linux-x64-installer.run
+ md5sums = e7be40f083398ec9d1abe2eefd26b88a
pkgname = microchip-mplabxc8-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 12e61035b0a4..99cd4b6c81d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,20 @@
_number_of_bits=8
pkgname=microchip-mplabxc${_number_of_bits}-bin
-pkgver=2.31
+pkgver=2.36
pkgrel=1
pkgdesc="Microchip's MPLAB XC${_number_of_bits} C compiler toolchain for their PIC10/12/16/18 microcontroller families and their PIC14000 device"
arch=(x86_64)
url=http://www.microchip.com/mplab/compilers
license=(custom)
depends=(gcc-libs)
-makedepends=(bitrock-unpacker)
+makedepends=(bitrock-unpacker tclkit)
+conflicts=(lib32-tclkit)
options=(!strip docs libtool emptydirs !zipman staticlibs )
source=("http://ww1.microchip.com/downloads/en/DeviceDoc/xc${_number_of_bits}-v${pkgver}-full-install-linux-x64-installer.run")
-md5sums=('3e628d7048dddd54a9247d16a6d05baa')
+md5sums=('e7be40f083398ec9d1abe2eefd26b88a')
install=$pkgname.install
_instdir="opt/microchip/xc${_number_of_bits}/v${pkgver}"