summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-01-17 13:47:38 +0000
committerGrey Christoforo2016-01-17 13:47:38 +0000
commit22dea0fa8195b37a82c4a47fa3d91e9647cd7748 (patch)
tree7f3318cba2bd9ad9375319420cc4491c3207f950
parent7599bfe06f4dbd42e15a734ee791cbcd74347f8f (diff)
downloadaur-22dea0fa8195b37a82c4a47fa3d91e9647cd7748.tar.gz
bump to v1.25
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a71e5cadd18..3f922db4c527 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Jan 17 13:44:51 UTC 2016
pkgbase = microchip-mplabxc16-bin
pkgdesc = Microchip's MPLAB XC16 C compiler toolchain for their dsPIC and PIC24 microcontroller families
- pkgver = 1.24
- pkgrel = 9
+ pkgver = 1.25
+ pkgrel = 1
url = http://www.microchip.com/xc16
install = microchip-mplabxc16-bin.install
arch = i686
@@ -15,9 +17,9 @@ pkgbase = microchip-mplabxc16-bin
options = !zipman
options = staticlibs
options = !upx
- source = installerBlobFromMicrochip::http://ww1.microchip.com/downloads/en/DeviceDoc/xc16-v1.24-full-install-linux-installer.run
+ source = installerBlobFromMicrochip::http://ww1.microchip.com/downloads/en/DeviceDoc/xc16-v1.25-full-install-linux-installer.run
source = bitrock-unpacker.tcl
- md5sums = 6c9c843c8233a450535bdb66f13644fe
+ md5sums = faa73e584f70d0ff4498d06fe5da4e0f
md5sums = 70dedba4c417f8c0bb07c32d19e9d197
makedepends_i686 = tclkit
depends_x86_64 = lib32-gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index cfd339c144e9..082c13053a94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_number_of_bits=16
pkgname=microchip-mplabxc${_number_of_bits}-bin
-pkgver=1.24
-pkgrel=9
+pkgver=1.25
+pkgrel=1
pkgdesc="Microchip's MPLAB XC${_number_of_bits} C compiler toolchain for their dsPIC and PIC24 microcontroller families"
arch=(i686 x86_64)
url=http://www.microchip.com/xc${_number_of_bits}
@@ -19,7 +19,7 @@ options=(!strip docs libtool emptydirs !zipman staticlibs !upx)
source=("installerBlobFromMicrochip::http://ww1.microchip.com/downloads/en/DeviceDoc/xc${_number_of_bits}-v$pkgver-full-install-linux-installer.run"
"bitrock-unpacker.tcl")
-md5sums=('6c9c843c8233a450535bdb66f13644fe'
+md5sums=('faa73e584f70d0ff4498d06fe5da4e0f'
'70dedba4c417f8c0bb07c32d19e9d197')
install=$pkgname.install