From 8a083d1dc00b7ec5cf9c62f164a8b1aaa096c9e9 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 23 Feb 2025 16:57:00 -0500 Subject: [PATCH] pmr: build on all archs --- srcpkgs/pmr/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pmr/template b/srcpkgs/pmr/template index 9eb144d2532..175b81c0622 100644 --- a/srcpkgs/pmr/template +++ b/srcpkgs/pmr/template @@ -1,10 +1,10 @@ # Template file for 'pmr' pkgname=pmr version=1.01 -revision=2 +revision=3 build_style=gnu-makefile make_build_args="-f Makefile.in" -short_desc="A tool for measuring data rate on the UNIX command line" +short_desc="Tool for measuring data rate on the UNIX command line" maintainer="Orphaned " license="Public Domain" homepage="http://zakalwe.fi/~shd/foss/pmr/"