[arch-commits] Commit in pgpdump/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Tue May 8 22:07:25 UTC 2018
Date: Tuesday, May 8, 2018 @ 22:07:24
Author: anthraxx
Revision: 319709
upgpkg: pgpdump 0.33-1
Modified:
pgpdump/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-08 21:32:31 UTC (rev 319708)
+++ PKGBUILD 2018-05-08 22:07:24 UTC (rev 319709)
@@ -1,16 +1,16 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=pgpdump
-pkgver=0.32
+pkgver=0.33
pkgrel=1
pkgdesc='PGP packet visualizer which displays the packet format'
url='http://www.mew.org/~kazu/proj/pgpdump'
arch=('x86_64')
license=('BSD')
-depends=('zlib' 'bzip2')
+depends=('glibc' 'zlib' 'bzip2')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kazu-yamamoto/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('b5cad57a07ba221049b168dd3baae54b03c6fdedcb4e9ce32e48f88cab01c305')
-sha512sums=('a75a6456e36e232473a99b81157d4977a6f5d4f3a6c3c3478ccc09597be1827a6cbfcfeb1add5b724e0cc8331d331a06050a94664c62fffe3c0fc78fa8e205af')
+sha256sums=('fe580ef43f651da59816c70f38f177ea4fa769d64e3d6883a9d1f661bb0a6952')
+sha512sums=('154880459005411a4237cb38d4dfd7578aad6cbb69bf4f27d8cc4fc98c5a24495cb48f1040b9fc63fdbeac15b7b7221a32648be0a7324dd8bc5bc8c87e512e46')
build() {
cd ${pkgname}-${pkgver}
@@ -21,8 +21,8 @@
package() {
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
- install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+ install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
}
# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list