summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1beb844d42fc..5520877ce8d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eclipse-pmd
pkgdesc = PMD static source code analysis (Java, XML, ...) plugin for Eclipse IDE
- pkgver = 4.0.17
+ pkgver = 4.1.0
pkgrel = 1
url = http://pmd.sourceforge.net/
arch = any
@@ -11,8 +11,8 @@ pkgbase = eclipse-pmd
noextract = plugin.jar
noextract = license.txt
options = !strip
- source = feature.jar::https://dl.bintray.com/pmd/pmd-eclipse-plugin/releases/4.0.17.v20180801-1551/features/net.sourceforge.pmd.eclipse_4.0.17.v20180801-1551.jar
- source = plugin.jar::https://dl.bintray.com/pmd/pmd-eclipse-plugin/releases/4.0.17.v20180801-1551/plugins/net.sourceforge.pmd.eclipse.plugin_4.0.17.v20180801-1551.jar
+ source = feature.jar::https://dl.bintray.com/pmd/pmd-eclipse-plugin/releases/4.1.0.v20190307-2036/features/net.sourceforge.pmd.eclipse_4.1.0.v20190307-2036.jar
+ source = plugin.jar::https://dl.bintray.com/pmd/pmd-eclipse-plugin/releases/4.1.0.v20190307-2036/plugins/net.sourceforge.pmd.eclipse.plugin_4.1.0.v20190307-2036.jar
source = license.txt::http://sourceforge.net/p/pmd/code/ci/master/tree/LICENSE?format=raw
sha256sums = 6d24740a856cf46fcc44861cc76b20ec65df9aaa70e66289bb67b063f79c5e83
sha256sums = 629905beaa6f78709e54590635e9ab192333dfc8016496d76af490c77dfbe1f4
diff --git a/PKGBUILD b/PKGBUILD
index b22a9351d9f2..facdbc64ee9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
#Maintainer: Raimar Buehmann <raimar _at_ buehmann _dot_ de>
pkgname=eclipse-pmd
-pkgver=4.0.17
-_buildtime=v20180801-1551
+pkgver=4.1.0
+_buildtime=v20190307-2036
pkgrel=1
pkgdesc='PMD static source code analysis (Java, XML, ...) plugin for Eclipse IDE'
arch=('any')