summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaimar Bühmann2024-02-09 22:07:21 +0100
committerRaimar Bühmann2024-02-09 22:07:21 +0100
commit824d8f15e9d87dee0379bc4e83b18bc1f809431d (patch)
treeec77b535657a20dc0b7f9e75d50811af725a2e77
parent582c04e3c3ead2002942aa1ddbd807b2c3b247bf (diff)
downloadaur-eclipse-pmd.tar.gz
Update to 7.0.0
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD8
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1328d241574..736110cabd15 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.43.0
+ pkgver = 7.0.0
pkgrel = 1
url = http://pmd.sourceforge.net/
arch = any
@@ -11,11 +11,11 @@ pkgbase = eclipse-pmd
noextract = plugin.jar
noextract = license.txt
options = !strip
- source = feature.jar::https://pmd.github.io/pmd-eclipse-plugin-p2-site/4.43.0.v20230128-1625-r/features/net.sourceforge.pmd.eclipse_4.43.0.v20230128-1625-r.jar
- source = plugin.jar::https://pmd.github.io/pmd-eclipse-plugin-p2-site/4.43.0.v20230128-1625-r/plugins/net.sourceforge.pmd.eclipse.plugin_4.43.0.v20230128-1625-r.jar
+ source = feature.jar::https://pmd.github.io/pmd-eclipse-plugin-p2-site/7.0.0.v20230930-1814-rc4/features/net.sourceforge.pmd.eclipse_7.0.0.v20230930-1814-rc4.jar
+ source = plugin.jar::https://pmd.github.io/pmd-eclipse-plugin-p2-site/7.0.0.v20230930-1814-rc4/plugins/net.sourceforge.pmd.eclipse.plugin_7.0.0.v20230930-1814-rc4.jar
source = license.txt::http://sourceforge.net/p/pmd/code/ci/master/tree/LICENSE?format=raw
- sha256sums = feb8cec8ccb21efb3fe50131c48725db2bb8102c6ca99a860e95b752343d689e
- sha256sums = e74a503e80d86206db020f492b5452c9b78668ef790c31d48b1b29b1fea30b85
+ sha256sums = 2875fe2e5e6fe1f8526c102ce79956ba429d3f74d2dccc29964b49e2f0d8b364
+ sha256sums = 2c5853fa70b0447f39d26bb93cae52774076da2d85f775bd040d2a890889012e
sha256sums = 296dae48eae5658f449a89cf512b8e05386c9c5adfb23d74cfb24efa145625db
pkgname = eclipse-pmd
diff --git a/.gitignore b/.gitignore
index 0050b3d9d644..e40bfcbdae92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
pkg/
src/
-eclipse-pmd-*-any.pkg.tar.xz
+eclipse-pmd-*-any.pkg.tar.zst
feature.jar
plugin.jar
license.txt
diff --git a/PKGBUILD b/PKGBUILD
index 7e1134a8b2b8..d2f77f7f208a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
#Maintainer: Raimar Buehmann <raimar _at_ buehmann _dot_ de>
pkgname=eclipse-pmd
-pkgver=4.43.0
-_buildtime=v20230128-1625-r
+pkgver=7.0.0
+_buildtime=v20230930-1814-rc4
pkgrel=1
pkgdesc='PMD static source code analysis (Java, XML, ...) plugin for Eclipse IDE'
arch=('any')
@@ -16,8 +16,8 @@ source=(
"license.txt::http://sourceforge.net/p/pmd/code/ci/master/tree/LICENSE?format=raw"
)
noextract=(feature.jar plugin.jar license.txt)
-sha256sums=('feb8cec8ccb21efb3fe50131c48725db2bb8102c6ca99a860e95b752343d689e'
- 'e74a503e80d86206db020f492b5452c9b78668ef790c31d48b1b29b1fea30b85'
+sha256sums=('2875fe2e5e6fe1f8526c102ce79956ba429d3f74d2dccc29964b49e2f0d8b364'
+ '2c5853fa70b0447f39d26bb93cae52774076da2d85f775bd040d2a890889012e'
'296dae48eae5658f449a89cf512b8e05386c9c5adfb23d74cfb24efa145625db')
package() {