summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Campos Las Heras2019-02-20 08:53:44 -0300
committerRafael Campos Las Heras2019-02-20 08:54:48 -0300
commit0e4f8ba101629be6110881f73fc5361c6cb64ef9 (patch)
tree6119e91b45a5c7ca07e22b6dd5d6b3dc3c65e0d2
parent39c7b2eb122d2272d13be2689815db0c6820f1e1 (diff)
downloadaur-0e4f8ba101629be6110881f73fc5361c6cb64ef9.tar.gz
Version bump to 1.36B
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6250fcfb739..1a40fe4d3bf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = microchip-mplabxc16-bin
pkgdesc = Microchip's MPLAB XC16 C compiler toolchain for their dsPIC and PIC24 microcontroller families
- pkgver = 1.36
+ pkgver = 1.36B
pkgrel = 1
url = http://www.microchip.com/xc16
install = microchip-mplabxc16-bin.install
@@ -14,9 +14,9 @@ pkgbase = microchip-mplabxc16-bin
options = emptydirs
options = !zipman
options = staticlibs
- source = http://ww1.microchip.com/downloads/en/DeviceDoc/xc16-v1.36-full-install-linux-installer.run
+ source = http://ww1.microchip.com/downloads/en/DeviceDoc/xc16-v1.36B-full-install-linux-installer.run
source = bitrock-unpacker.tcl
- md5sums = 23630d3fb208270721cae229eef74b77
+ md5sums = 3b52661996480b34c9647eb46b9c3f36
md5sums = 70dedba4c417f8c0bb07c32d19e9d197
makedepends_i686 = tclkit
depends_x86_64 = lib32-gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index 3ff5b5190741..5dc39c734468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_number_of_bits=16
pkgname=microchip-mplabxc${_number_of_bits}-bin
-pkgver=1.36
+pkgver=1.36B
pkgrel=1
pkgdesc="Microchip's MPLAB XC${_number_of_bits} C compiler toolchain for their dsPIC and PIC24 microcontroller families"
arch=(i686 x86_64)
@@ -19,7 +19,7 @@ makedepends_i686=(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-installer.run" "bitrock-unpacker.tcl")
-md5sums=('23630d3fb208270721cae229eef74b77'
+md5sums=('3b52661996480b34c9647eb46b9c3f36'
'70dedba4c417f8c0bb07c32d19e9d197')
install=$pkgname.install