summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaimar Bühmann2015-10-07 22:18:26 +0200
committerRaimar Bühmann2015-10-07 22:18:26 +0200
commit6389ad3b2fc15b27404ec03691b0402b4084c42c (patch)
treeb2b5f761c74af878936655255ac44feab1517b2b
parent6585673750ad848f791d5ae75b5b7ce6424e2d37 (diff)
downloadaur-6389ad3b2fc15b27404ec03691b0402b4084c42c.tar.gz
depends on eclipse>=4.5.0 after renamed dropins folder
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3e198db6530..c0c0d59dac22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = eclipse-texlipse
- pkgdesc = A plugin that adds LaTeX support to the Eclipse IDE
+ pkgdesc = LaTeX support plugin for Eclipse IDE
pkgver = 1.5.0
- pkgrel = 1
+ pkgrel = 2
url = http://texlipse.sourceforge.net/
arch = any
license = EPL
- depends = eclipse>=3.5
+ depends = eclipse>=4.5.0
depends = texlive-core
provides = texlipse
conflicts = texlipse
diff --git a/PKGBUILD b/PKGBUILD
index 226ad22cfc10..a029de3ba7ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: Davi da Silva Böger <dsboger@gmail.com>
+# Maintainer: Raimar Bühmann <raimar _at_ buehmann _dot_ de>
+# Contributor: Davi da Silva Böger <dsboger@gmail.com>
# Contributor: linuxSEAT <--put_my_name_here--@gmail.com>
# Contributor: Robson R S Peixoto <robsonpeixoto@gmail.com>
# Contributor: Piotr Beling <qwak@w8.pl>
pkgname=eclipse-texlipse
pkgver=1.5.0
-pkgrel=1
-pkgdesc="A plugin that adds LaTeX support to the Eclipse IDE"
+pkgrel=2
+pkgdesc="LaTeX support plugin for Eclipse IDE"
url="http://texlipse.sourceforge.net/"
-depends=('eclipse>=3.5' 'texlive-core')
+depends=('eclipse>=4.5.0' 'texlive-core')
conflicts=('texlipse')
provides=('texlipse')
arch=('any')
@@ -44,4 +45,3 @@ package() {
install -Dm644 "${_plugin}" "${_dest}/${_plugin}"
done
}
-