summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUffe Jakobsen2017-01-05 14:00:46 +0100
committerUffe Jakobsen2017-01-05 14:00:46 +0100
commit489905e523427d4c22b411d3627f1ca3c02f9e69 (patch)
tree94ffaabc51e1cf4350559c26a006b52080303f49
parent018e26476e7e2d0120376a4fd6d87d1ad4a1959d (diff)
downloadaur-489905e523427d4c22b411d3627f1ca3c02f9e69.tar.gz
Update to version 10.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c5e8439e211..6f4727fe35de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 1 09:09:08 UTC 2016
+# Thu Jan 5 10:50:52 UTC 2017
pkgbase = codelite
- pkgdesc = Open-source, cross platform IDE for the C/C++ programming languages
- pkgver = 9.2
+ pkgdesc = Cross platform C/C++/PHP and Node.js IDE written in C++
+ pkgver = 10.0
pkgrel = 1
url = http://www.codelite.org/
arch = i686
@@ -28,9 +28,9 @@ pkgbase = codelite
optdepends = gdb: debugger
optdepends = valgrind: debugger
noextract = wxgui.zip
- source = https://github.com/eranif/codelite/archive/9.2.tar.gz
+ source = https://github.com/eranif/codelite/archive/10.0.tar.gz
source = http://repos.codelite.org/wxCrafterLibs/wxgui.zip
- md5sums = 77f24e8c39160222ec23f7794a1fc64b
+ md5sums = aa00490c9e9eb8b756c9597355a5019e
md5sums = 093485fcae62073ca8d0ba6ff3a5cb69
pkgname = codelite
diff --git a/PKGBUILD b/PKGBUILD
index c1915c16ba31..1a268a2f1b83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,9 @@
#
pkgname=codelite
-pkgver=9.2
+pkgver=10.0
pkgrel=1
-pkgdesc="Open-source, cross platform IDE for the C/C++ programming languages"
+pkgdesc="Cross platform C/C++/PHP and Node.js IDE written in C++"
arch=('i686' 'x86_64')
url="http://www.codelite.org/"
license=('GPL')
@@ -36,7 +36,7 @@ optdepends=('graphviz: callgraph visualization'
source=(https://github.com/eranif/${pkgname}/archive/${pkgver//_/-}.tar.gz
http://repos.codelite.org/wxCrafterLibs/wxgui.zip)
-md5sums=('77f24e8c39160222ec23f7794a1fc64b'
+md5sums=('aa00490c9e9eb8b756c9597355a5019e'
'093485fcae62073ca8d0ba6ff3a5cb69')
#if [[ "$CARCH" == 'i686' ]]; then
@@ -75,3 +75,7 @@ package() {
install -m 644 -D "${srcdir}/wxgui.zip" "${pkgdir}/usr/share/codelite/wxgui.zip"
install -m 644 -D "${srcdir}/${pkg_name_ver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
+
+#
+# EOF
+#