diff options
author | Zeph33 | 2015-08-04 13:26:31 +0200 |
---|---|---|
committer | Zeph33 | 2015-08-04 13:26:31 +0200 |
commit | 8550360b316186e468c736d0d85753e2fbfcd5b2 (patch) | |
tree | 9514ee26554cc09ee95eed3110b73c260acc3315 /PKGBUILD | |
parent | 3035864e76cc772786b48e8b6bab1470194db26c (diff) | |
download | aur-8550360b316186e468c736d0d85753e2fbfcd5b2.tar.gz |
Update to 8.1-2 add libmspack depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,12 +2,12 @@ # Maintainer: Zeph <zeph33@gmail.com> pkgname=codelite-bin pkgver=8.1 -pkgrel=1 +pkgrel=2 pkgdesc="Cross platform IDE for the C/C++ programming languages" arch=('i686' 'x86_64') url="http://www.codelite.org/" license=('GPL') -depends=('clang' 'desktop-file-utils' 'hicolor-icon-theme' 'webkitgtk2' 'wxgtk' 'curl' 'libssh' 'python2' 'libedit' 'glu') +depends=('clang' 'desktop-file-utils' 'hicolor-icon-theme' 'webkitgtk2' 'wxgtk' 'curl' 'libssh' 'python2' 'libedit' 'glu' 'libmspack') pkgdesc="Open-source, cross platform IDE for the C/C++ programming languages" makedepends=('chrpath') #'libarchive' 'tar' 'xz') |