summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh2013-06-07 20:39:52 +0000
committerThomas Weißschuh2013-06-07 20:39:52 +0000
commitfdc55d57ebc827a433f1d503eb66c81397b21ff2 (patch)
tree466a634bad601b9583c81a4f960cad5c6c614ed5
parentfaf751fc828771ef3b2ca42c11a7054c878c87a5 (diff)
downloadaur-fdc55d57ebc827a433f1d503eb66c81397b21ff2.tar.gz
update eclipse-findbugs
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8f97c165861..062b905cfc82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = eclipse-findbugs
pkgdesc = FindBugs plugin for Eclipse
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = http://findbugs.sourceforge.net/
arch = any
license = LGPL
depends = eclipse
- source = http://downloads.sourceforge.net/project/findbugs/findbugs%20eclipse%20plugin/2.0.1/edu.umd.cs.findbugs.plugin.eclipse_2.0.1.20120712.zip
- sha256sums = 7025c7874beab02de5459b0a1831af906c9f5de5ba01f2cdedbfc1bd91c2f1ec
+ source = http://downloads.sourceforge.net/project/findbugs/findbugs%20eclipse%20plugin/2.0.2/edu.umd.cs.findbugs.plugin.eclipse_2.0.2.20121204.zip
+ sha256sums = d02d7f3eea3c56e2d2051950e54400675e39c5ae9ad7b67f1c3de42f065dd4b6
pkgname = eclipse-findbugs
diff --git a/PKGBUILD b/PKGBUILD
index b5496b920b1c..7a854b47e0f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Piotr Beling <qwak@stud.ics.p.lodz.pl>
pkgname=eclipse-findbugs
-pkgver=2.0.1
-_pkgdate=20120712
+pkgver=2.0.2
+_pkgdate=20121204
pkgrel=1
pkgdesc="FindBugs plugin for Eclipse"
arch=('any')
@@ -13,11 +13,11 @@ license=('LGPL')
depends=('eclipse')
source=("http://downloads.sourceforge.net/project/findbugs/findbugs%20eclipse%20plugin/${pkgver}/edu.umd.cs.findbugs.plugin.eclipse_${pkgver}.${_pkgdate}.zip")
-build() {
+package() {
cd "${srcdir}"
local dest="${pkgdir}/usr/share/eclipse/dropins/findbugs/eclipse/plugins"
install -d "$dest"
cp -r "edu.umd.cs.findbugs.plugin.eclipse_${pkgver}.${_pkgdate}" "$dest"
}
-sha256sums=('7025c7874beab02de5459b0a1831af906c9f5de5ba01f2cdedbfc1bd91c2f1ec')
+sha256sums=('d02d7f3eea3c56e2d2051950e54400675e39c5ae9ad7b67f1c3de42f065dd4b6')