summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEvan Anderson2015-09-16 01:03:30 -0400
committerEvan Anderson2015-09-16 01:04:10 -0400
commitc6cc7b68bc209a319a18deacd29d99d8dd0e75c2 (patch)
treeecf0c741130b8e7a9e40bae16866aad0d4b418ca /PKGBUILD
parent03722ac104918fc79d2ff0362b2358268229f009 (diff)
downloadaur-microchip-mplabc18-bin.tar.gz
Update to handle old package name
Signed-off-by: Evan Anderson <evananderson@thelinuxman.us>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5bd07be04ee..acd7770c0b70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=microchip-mplabc18-bin
pkgver=3.40
-pkgrel=1
+pkgrel=2
pkgdesc="C compiler for PIC18 MCUs"
arch=(i686 x86_64)
url=http://www.microchip.com/c18
license=(custom)
[[ $CARCH = x86_64 ]] && depends=(lib32-gcc-libs)
-provides=(mplabc18)
-conflicts=(mplabc18)
+provides=('mplabc18' 'microchip-mplabc18_bin')
+conflicts=('mplabc18' 'microchip-mplabc18_bin')
options=(!strip docs libtool emptydirs !zipman)
install=$pkgname.install
instdir=/opt/microchip/mplabc18/v$pkgver