[arch-commits] Commit in pgpdump/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Tue May 8 22:07:42 UTC 2018


    Date: Tuesday, May 8, 2018 @ 22:07:39
  Author: anthraxx
Revision: 319710

archrelease: copy trunk to community-x86_64

Added:
  pgpdump/repos/community-x86_64/PKGBUILD
    (from rev 319709, pgpdump/trunk/PKGBUILD)
Deleted:
  pgpdump/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-08 22:07:24 UTC (rev 319709)
+++ PKGBUILD	2018-05-08 22:07:39 UTC (rev 319710)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=pgpdump
-pkgver=0.32
-pkgrel=1
-pkgdesc='PGP packet visualizer which displays the packet format'
-url='http://www.mew.org/~kazu/proj/pgpdump'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('zlib' 'bzip2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kazu-yamamoto/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('b5cad57a07ba221049b168dd3baae54b03c6fdedcb4e9ce32e48f88cab01c305')
-sha512sums=('a75a6456e36e232473a99b81157d4977a6f5d4f3a6c3c3478ccc09597be1827a6cbfcfeb1add5b724e0cc8331d331a06050a94664c62fffe3c0fc78fa8e205af')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-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"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pgpdump/repos/community-x86_64/PKGBUILD (from rev 319709, pgpdump/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-08 22:07:39 UTC (rev 319710)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=pgpdump
+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=('glibc' 'zlib' 'bzip2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kazu-yamamoto/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('fe580ef43f651da59816c70f38f177ea4fa769d64e3d6883a9d1f661bb0a6952')
+sha512sums=('154880459005411a4237cb38d4dfd7578aad6cbb69bf4f27d8cc4fc98c5a24495cb48f1040b9fc63fdbeac15b7b7221a32648be0a7324dd8bc5bc8c87e512e46')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  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