summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJingbei Li2017-10-27 20:10:39 +0800
committerJingbei Li2017-10-27 20:10:39 +0800
commite80d55783a15d41b89df5d9e8745098f892871c7 (patch)
tree7ff9ef44516c4ae30362bfbba550124636aa579b /PKGBUILD
parent0802c38fb0ee7a2ba168c0fd33e914730d0bf65d (diff)
downloadaur-e80d55783a15d41b89df5d9e8745098f892871c7.tar.gz
updated to 2.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5871365195a2..1e8a9f79a3ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Andrea Fagiani <andfagiani_at_gmail_dot_com>
-
+# Maintainer: Jingbei Li <i@jingbei.li>
+# Contributor: Andrea Fagiani <andfagiani_at_gmail_dot_com>
pkgname=eclim
-pkgver=2.6.0
+pkgver=2.7.0
pkgrel=1
pkgdesc="Brings Eclipse functionality to Vim"
url="http://eclim.org/"
@@ -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=('74557a1d0c2fb22ec7ae46e7ad200e49')
+md5sums=('8d23eb014423bf481349e854e21d18d0')
prepare() {
cd $srcdir/${pkgname}_$pkgver