summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2018-05-13 13:02:46 +0800
committerJingbei Li2018-05-13 13:02:46 +0800
commit34493962df401b88897f7373e6342ab219054084 (patch)
tree214d51339ca8b2ac70d6977d89e9b8018a7398ad
parent1572614294aa719d185901045b07ed1bbe32efb3 (diff)
downloadaur-34493962df401b88897f7373e6342ab219054084.tar.gz
fix build for openjdk 10
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f10552ea3688..d74688c837d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sun Mar 11 18:35:39 UTC 2018
pkgbase = eclim
pkgdesc = Brings Eclipse functionality to Vim
pkgver = 2.7.2
- pkgrel = 1
+ pkgrel = 2
url = http://eclim.org/
install = eclim.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 31d5ece3de77..8d15be9d777d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andrea Fagiani <andfagiani_at_gmail_dot_com>
pkgname=eclim
pkgver=2.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="Brings Eclipse functionality to Vim"
url="http://eclim.org/"
license=('GPL3')
@@ -54,6 +54,7 @@ build() {
ant -lib /usr/share/groovy/lib \
-Declipse.home=/usr/lib/eclipse \
-Dvim.files=/usr/share/vim/vimfiles \
+ -Dfile.encoding=utf-8 \
build
}