summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUffe Jakobsen2018-03-02 13:29:57 +0100
committerUffe Jakobsen2018-03-02 13:30:09 +0100
commitd4e3b9f3684e904ca2bd26a9336c5956fe8f0110 (patch)
tree8374c34f1efe852b1567ce1ff03abffc29b04db7
parent4e377e6d4768c7a2d7ab9276fc309d6777057880 (diff)
downloadaur-d4e3b9f3684e904ca2bd26a9336c5956fe8f0110.tar.gz
Update to version 12.0.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf809bdecfc5..4aad068a428d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Oct 12 14:55:02 UTC 2017
+# Fri Mar 2 10:50:16 UTC 2018
pkgbase = codelite
pkgdesc = Cross platform C/C++/PHP and Node.js IDE written in C++
- pkgver = 11.0
- pkgrel = 2
+ pkgver = 12.0
+ pkgrel = 1
url = http://www.codelite.org/
arch = i686
arch = x86_64
@@ -27,9 +27,9 @@ pkgbase = codelite
optdepends = gdb: debugger
optdepends = valgrind: debugger
noextract = wxgui.zip
- source = https://github.com/eranif/codelite/archive/11.0.tar.gz
+ source = https://github.com/eranif/codelite/archive/12.0.tar.gz
source = http://repos.codelite.org/wxCrafterLibs/wxgui.zip
- md5sums = 5e1c798d42ca0e1425fb6d71a4099c64
+ md5sums = 674287c16de4744726afd5fd6521ee4f
md5sums = 20f3428eb831c3ff2539a7228afaa3b4
pkgname = codelite
diff --git a/PKGBUILD b/PKGBUILD
index a1f7ee64994d..86485d9572be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@
#
pkgname=codelite
-pkgver=11.0
-pkgrel=2
+pkgver=12.0
+pkgrel=1
pkgdesc="Cross platform C/C++/PHP and Node.js IDE written in C++"
arch=('i686' 'x86_64')
url="http://www.codelite.org/"
@@ -20,7 +20,7 @@ license=('GPL')
makedepends=('pkgconfig' 'cmake' 'clang')
depends=('wxgtk'
'clang' 'lldb'
- 'libedit'
+ 'libedit'
'libssh'
'libmariadbclient'
'ncurses'
@@ -36,9 +36,10 @@ optdepends=('graphviz: callgraph visualization'
source=(https://github.com/eranif/${pkgname}/archive/${pkgver//_/-}.tar.gz http://repos.codelite.org/wxCrafterLibs/wxgui.zip)
-md5sums=('5e1c798d42ca0e1425fb6d71a4099c64'
+md5sums=('674287c16de4744726afd5fd6521ee4f'
'20f3428eb831c3ff2539a7228afaa3b4')
+
#if [[ "$CARCH" == 'i686' ]]; then
# source+=(http://repos.codelite.org/wxCrafterLibs/ArchLinux/32/wxCrafter.so)
# md5sums+=('cd3e71e8187ce586031df070caed6c85')