summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2020-05-18 16:29:29 +0430
committerAmin Vakil2020-05-18 16:29:29 +0430
commit488420aac52b6eab9b5be729d22010ba67b66edb (patch)
treed983cbbedb475ed8d03d40bfd6d5bc0b7897ffed /PKGBUILD
parent8f87745be7350d155226b1428dbd6f12b48f6a62 (diff)
downloadaur-488420aac52b6eab9b5be729d22010ba67b66edb.tar.gz
Upgrade to 1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88583c2057ec..12f2d45a2bb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: Nicolas Quiénot <niQo @ aur>
+# Maintainer: Amin Vakil <info AT aminvakil DOT com>
+# Contributor: Nicolas Quiénot <niQo @ aur>
pkgname=jmeter-plugins-manager
-pkgver=1.1.0
+pkgver=1.4
pkgrel=1
-pkgdesc="Basic plugins for everyday needs."
+pkgdesc="Custom Plugins for Apache JMeter™"
arch=(any)
url="http://jmeter-plugins.org/"
-license=(APACHE)
+license=('Apache')
depends=('jmeter>=3.0')
options=(!strip)
source=(${pkgname}-${pkgver}.jar::https://jmeter-plugins.org/get/)
-md5sums=('6786284678e1130d602b579c09148373')
+md5sums=('c33f852bea88672cffa97424ba2aa536')
package() {
install -Dm644 "${pkgname}-${pkgver}.jar" "${pkgdir}/opt/jmeter/lib/ext/${pkgname}-${pkgver}.jar"