mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
pv: update to 1.6.19.
This commit is contained in:
parent
4fbda79703
commit
6094149f7a
2 changed files with 14 additions and 3 deletions
11
srcpkgs/pv/patches/null.patch
Normal file
11
srcpkgs/pv/patches/null.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/src/pv/number.c
|
||||||
|
+++ b/src/pv/number.c
|
||||||
|
@@ -2,6 +2,8 @@
|
||||||
|
* Functions for converting strings to numbers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
+#include <stddef.h>
|
||||||
|
+
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'pv'
|
# Template file for 'pv'
|
||||||
pkgname=pv
|
pkgname=pv
|
||||||
version=1.6.6
|
version=1.6.19
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Monitor the progress of data through a pipeline"
|
short_desc="Monitor the progress of data through a pipeline"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Artistic-2.0"
|
license="Artistic-2.0"
|
||||||
homepage="http://www.ivarch.com/programs/pv.shtml"
|
homepage="http://www.ivarch.com/programs/pv.shtml"
|
||||||
distfiles="http://www.ivarch.com/programs/sources/$pkgname-$version.tar.bz2"
|
distfiles="http://www.ivarch.com/programs/sources/pv-${version}.tar.bz2"
|
||||||
checksum=608ef935f7a377e1439c181c4fc188d247da10d51a19ef79bcdee5043b0973f1
|
checksum=aa30823f072cb4953424b0f9b55497b9238cc8e9d47e246cd4ecbf1312f6e835
|
||||||
|
|
Loading…
Add table
Reference in a new issue