summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMickaël Thomas2022-02-09 22:37:37 +0100
committerMickaël Thomas2022-02-09 22:37:37 +0100
commit85e08700bacb9acf29c9aad8cb4f8b219deef9c8 (patch)
tree638c7528bfaf5ab646c97c145bc586778a72d6f3 /PKGBUILD
parent0783f3a09bfb4806c8a2d9a4b5d38b0f508d6ec8 (diff)
downloadaur-85e08700bacb9acf29c9aad8cb4f8b219deef9c8.tar.gz
Upgrade to v2.36 and and conflicts=(lib32-tclkit)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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}"