summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2015-06-21 11:59:57 +0200
committerGrey Christoforo2015-06-21 11:59:57 +0200
commitcc7028f79e6231f25d15fcb3d7de194092b5bc8e (patch)
tree39174462ba2293ab4374158e1c568c6a5d3f877e
parent744a1568988d7c1153d5030b4fa6cee70f40e347 (diff)
downloadaur-cc7028f79e6231f25d15fcb3d7de194092b5bc8e.tar.gz
fix install message
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--microchip-mplabxc16-bin.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58e127713e35..1fc3e5b85eb2 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 = 4
+ pkgrel = 5
url = http://www.microchip.com/xc16
install = microchip-mplabxc16-bin.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 5f13ad909f04..cd25790be44d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_number_of_bits=16
pkgname=microchip-mplabxc${_number_of_bits}-bin
pkgver=1.24
-pkgrel=4
+pkgrel=5
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 0fd8e6bf6786..061143f13237 100644
--- a/microchip-mplabxc16-bin.install
+++ b/microchip-mplabxc16-bin.install
@@ -1,6 +1,6 @@
post_install() {
echo '
-This package provides a file: /etc/profile.d/xc16-toolchain-bin.sh
+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.
It also defines XC16_TOOLCHAIN_ROOT pointing to the toolchain install dir.
Log out and log back in to update your environment varibles.