summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Campos Las Heras2018-01-11 15:55:10 -0200
committerRafael Campos Las Heras2018-01-11 15:55:10 -0200
commit8381be1019181093661f1109b0f86ecad4bac134 (patch)
treea629bca6186ec7e9a9dfd25534751bed5a8fbd2e
parentf2d4500fb315856184e23af183677a38684ba72c (diff)
downloadaur-8381be1019181093661f1109b0f86ecad4bac134.tar.gz
Version bump and license path fix.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ede9c3beadf..2cb47b8427b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 6 09:24:08 UTC 2017
+# Thu Jan 11 17:51:10 UTC 2018
pkgbase = microchip-mplabxc16-bin
pkgdesc = Microchip's MPLAB XC16 C compiler toolchain for their dsPIC and PIC24 microcontroller families
- pkgver = 1.31
+ pkgver = 1.33
pkgrel = 1
url = http://www.microchip.com/xc16
install = microchip-mplabxc16-bin.install
@@ -17,9 +17,9 @@ pkgbase = microchip-mplabxc16-bin
options = !zipman
options = staticlibs
options = !upx
- source = http://ww1.microchip.com/downloads/en/DeviceDoc/xc16-v1.31-full-install-linux-installer.run
+ source = http://ww1.microchip.com/downloads/en/DeviceDoc/xc16-v1.33-full-install-linux-installer.run
source = bitrock-unpacker.tcl
- md5sums = 37e5d407af3d392822204dbfe1aeebc0
+ md5sums = 1d28695b220e10358d2e59ec547755d0
md5sums = 70dedba4c417f8c0bb07c32d19e9d197
makedepends_i686 = tclkit
depends_x86_64 = lib32-gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index 51d7a9dcf5c3..ac8eeef1c8b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_number_of_bits=16
pkgname=microchip-mplabxc${_number_of_bits}-bin
-pkgver=1.31
+pkgver=1.33
pkgrel=1
pkgdesc="Microchip's MPLAB XC${_number_of_bits} C compiler toolchain for their dsPIC and PIC24 microcontroller families"
arch=(i686 x86_64)
@@ -18,7 +18,7 @@ makedepends_i686=(tclkit)
options=(!strip docs libtool emptydirs !zipman staticlibs !upx)
source=("http://ww1.microchip.com/downloads/en/DeviceDoc/xc${_number_of_bits}-v$pkgver-full-install-linux-installer.run" "bitrock-unpacker.tcl")
-md5sums=('37e5d407af3d392822204dbfe1aeebc0'
+md5sums=('1d28695b220e10358d2e59ec547755d0'
'70dedba4c417f8c0bb07c32d19e9d197')
install=$pkgname.install
@@ -34,9 +34,10 @@ build() {
package() {
mkdir -p "${pkgdir}${instdir}"
mv unpacked.vfs/compiler/programfiles*/* "${pkgdir}${instdir}"
- mv unpacked.vfs/licensecomponent/xclmallBin/bin/{roam.lic,xclm} "${pkgdir}${instdir}/bin"
- sed -i "s/<xclm>/<xclm>\n\t<xclm:LicenseDirectory xclm:path=\"\/opt\/microchip\/xclm\/license\/\" \/>/" unpacked.vfs/licensecomponent/xclmallBin/etc/xclm.conf
- mv unpacked.vfs/licensecomponent/xclmallBin/etc/xclm.conf "${pkgdir}${instdir}/etc"
+ mv unpacked.vfs/licensecomponent/LinuxLM/xclmcheck.sh "${pkgdir}${instdir}/bin"
+ mv unpacked.vfs/licensecomponent/xclmBinlinux32/bin/{roam.lic,xclm} "${pkgdir}${instdir}/bin"
+ sed -i "s/<xclm>/<xclm>\n\t<xclm:LicenseDirectory xclm:path=\"\/opt\/microchip\/xclm\/license\/\" \/>/" unpacked.vfs/licensecomponent/xclmBinlinux32/etc/xclm.conf
+ mv unpacked.vfs/licensecomponent/xclmBinlinux32/etc/xclm.conf "${pkgdir}${instdir}/etc"
mv unpacked.vfs/licensecomponent/xclmallDocs/doc/* "${pkgdir}${instdir}/docs"
mv "${pkgdir}${instdir}"/*License.txt "${pkgdir}${instdir}/docs" 2>/dev/null || true