Skip to content

Commit e6d3827

Browse files
Swiddisthe-maldridge
authored andcommitted
pgpdump: update to 0.37
1 parent 5bcd83c commit e6d3827

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

srcpkgs/pgpdump/template

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# Template file for 'pgpdump'
22
pkgname=pgpdump
3-
version=0.36
3+
version=0.37
44
revision=1
55
build_style=gnu-configure
6+
hostmakedepends="autoconf automake"
67
short_desc="PGP packet visualizer"
78
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
89
license="BSD-3-Clause"
910
homepage="https://www.mew.org/~kazu/proj/pgpdump"
1011
changelog="https://raw.githubusercontent.com/kazu-yamamoto/pgpdump/main/CHANGES"
1112
distfiles="https://github.com/kazu-yamamoto/pgpdump/archive/refs/tags/v${version}.tar.gz"
12-
checksum=9831fb578175f97f77e269326cb06e5367161e9ddbbfb7f753cef12f0f479c1d
13+
checksum=bc3b6b85f3c95c68010883675283c1c905e6c4070ac5609ced1a87c53b3ee814
14+
15+
pre_configure() {
16+
autoreconf -i
17+
}
1318

1419
post_install() {
1520
vlicense COPYRIGHT

0 commit comments

Comments
 (0)