Package Details: jmeter 5.6.2-1

Git Clone URL: https://aur.archlinux.org/jmeter.git (read-only, click to copy)
Package Base: jmeter
Description: Java application designed to load test functional behavior and measure performance
Upstream URL: http://jmeter.apache.org/
Keywords: jmeter
Licenses: Apache
Submitter: falconindy
Maintainer: Witko (stick)
Last Packager: stick
Votes: 44
Popularity: 0.063205
First Submitted: 2013-08-15 13:56 (UTC)
Last Updated: 2023-08-20 04:38 (UTC)

Dependencies (1)

Required by (1)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Severus commented on 2017-04-11 03:10 (UTC)

@Witko, I will add you as co-maintainer @hsafe, you should add GPG key by using gpg --recv-keys AC214CAA0612B399 or remove gpg from validpgpkeys= ( I don't recommend it).

hsafe commented on 2017-04-08 10:21 (UTC)

Jugs, Any plan to fix this soon? I still get the error regarding the unverified GPG: apache-jmeter-3.1.tgz ... FAILED (unknown public key AC214CAA0612B399) Thanks...

Witko commented on 2017-03-07 11:25 (UTC)

Maybe you forget to update .SRCINFO - the Package Detail show old version but the PGKBUILD seems to be up to date. If you are looking for a co-maintainer i could join you.

jugs commented on 2017-02-15 16:07 (UTC)

Sorry for the delay folks, I'll get the update in tonight. If anyone wants to join in as co-maintainer I'll happily oblige.

kalsan commented on 2017-01-25 12:59 (UTC)

Current Maintainer is jugs. I'm hoping for an update too.

Witko commented on 2017-01-24 11:17 (UTC)

Will you update the version? thx

marco44 commented on 2016-12-07 10:44 (UTC)

Woops, I'm not maintainer anymore :)

marco44 commented on 2016-12-07 10:42 (UTC)

Please do !

benboit commented on 2016-12-07 10:39 (UTC)

This new PKGBUILD works. If no one is interested, i take over ownership. # Maintainer: David Roheim <david dot roheim at gmail dot com> # Contributor: Dave Reisner <d@falconindy.com> pkgname=jmeter pkgver=3.1 pkgrel=1 arch=('any') pkgdesc="A Java desktop application designed to load test functional behavior and measure performance" url="http://jakarta.apache.org/jmeter/" license=("apache") depends=("java-environment>=6") options=('!strip') source=("http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist//jmeter/binaries/apache-${pkgname}-${pkgver}.tgz") sha256sums=('e697a17ef47f645c81f02c8f98f56400e2a182fa580904d329a0d277935edeec') validpgpkeys=('C4923F9ABFB2F1A06F08E88BAC214CAA0612B399') build() { true } package() { install -dm755 "$pkgdir/opt/jmeter" "$pkgdir/usr/bin" cp -a "apache-$pkgname-$pkgver"/* "$pkgdir/opt/jmeter" ln -s /opt/jmeter/bin/jmeter "$pkgdir/usr/bin/jmeter" sed -i '/^java/s|`dirname "$0"`|/opt/jmeter/bin|' "$pkgdir/opt/jmeter/bin/jmeter" } # vim:set ts=2 sw=2 et:

marco44 commented on 2016-08-02 12:45 (UTC)

Disowning, I'm not using it at all…