summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--microchip-mplabxc16-bin.install11
3 files changed, 12 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2e511a09978..ccafb8190f8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = microchip-mplabxc16-bin
pkgdesc = Microchip's MPLAB XC16 C compiler toolchain for their dsPIC and PIC24 microcontroller families
pkgver = 1.24
- pkgrel = 6
+ pkgrel = 7
url = http://www.microchip.com/xc16
install = microchip-mplabxc16-bin.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 33a5c0c164b1..677d46b5e438 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_number_of_bits=16
pkgname=microchip-mplabxc${_number_of_bits}-bin
pkgver=1.24
-pkgrel=6
+pkgrel=7
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}
diff --git a/microchip-mplabxc16-bin.install b/microchip-mplabxc16-bin.install
index 061143f13237..f5f8c723b332 100644
--- a/microchip-mplabxc16-bin.install
+++ b/microchip-mplabxc16-bin.install
@@ -1,4 +1,4 @@
-post_install() {
+message_to_user(){
echo '
This package provides a file: /etc/profile.d/microchip-mplabxc16-bin.sh
It will add the toolchain binaries to the PATH variable for every user.
@@ -15,3 +15,12 @@ and enter:
$XC16_TOOLCHAIN_ROOT/bin
'
}
+
+post_install() {
+ message_to_user
+}
+
+post_upgrade() {
+ message_to_user
+}
+