summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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