summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJingbei Li2018-03-12 02:35:47 +0800
committerJingbei Li2018-03-12 02:35:47 +0800
commit1572614294aa719d185901045b07ed1bbe32efb3 (patch)
tree31b5e330a1478d3cf89d7ce39d0ae5b586e23d71 /PKGBUILD
parent2a3ea91fc5f35c0644a6a667f53d3086d4361731 (diff)
downloadaur-1572614294aa719d185901045b07ed1bbe32efb3.tar.gz
upgraded to 2.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74c3c9306667..31d5ece3de77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jingbei Li <i@jingbei.li>
# Contributor: Andrea Fagiani <andfagiani_at_gmail_dot_com>
pkgname=eclim
-pkgver=2.7.1
-pkgrel=2
+pkgver=2.7.2
+pkgrel=1
pkgdesc="Brings Eclipse functionality to Vim"
url="http://eclim.org/"
license=('GPL3')
@@ -17,7 +17,7 @@ optdepends=('eclipse-pdt: Eclipse PHP Development Tools support'
conflicts=('eclim-git')
install=$pkgname.install
source=("https://github.com/ervandew/eclim/releases/download/$pkgver/${pkgname}_$pkgver.tar.gz")
-md5sums=('b7c283fff4813617eaf2c67c96072b9a')
+md5sums=('dbcc44556fc04491894ff61774ca7aa4')
prepare() {
cd $srcdir/${pkgname}_$pkgver
@@ -36,6 +36,9 @@ prepare() {
# Sphinx 1.6 => 1.7 compatibility issue
sed 's|sphinx.util.compat|docutils.parsers.rst|' -i doc/extension/plantuml.py
+
+ # ant/build.gant syntax error
+ sed '68,71d' -i ant/build.gant
}
build() {