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

Levente Polyak anthraxx at gemini.archlinux.org
Thu Mar 31 18:39:10 UTC 2022


    Date: Thursday, March 31, 2022 @ 18:39:09
  Author: anthraxx
Revision: 1177970

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-31 18:39:05 UTC (rev 1177969)
+++ PKGBUILD	2022-03-31 18:39:09 UTC (rev 1177970)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=pgpdump
-pkgver=0.34
-pkgrel=1
-pkgdesc='PGP packet visualizer which displays the packet format'
-url='https://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=('d5bb5c5a1cbbc5a536baa64c12820a184211e8855b8d3e16ae832d1eaa314926')
-sha512sums=('9efa63f7609fda764b9b21923135a0c90f25a3e22e924810250ea8f3440fb9c894c133bc8e77c746ac797be8816c50bb9972cabee9898e910736a57fc1310e7e')
-
-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:

Copied: pgpdump/repos/community-x86_64/PKGBUILD (from rev 1177969, pgpdump/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-31 18:39:09 UTC (rev 1177970)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=pgpdump
+pkgver=0.35
+pkgrel=1
+pkgdesc='PGP packet visualizer which displays the packet format'
+url='https://www.mew.org/~kazu/proj/pgpdump'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'zlib' 'bzip2')
+source=(https://github.com/kazu-yamamoto/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('50b817d0ceaee41597b51e237e318803bf561ab6cf2dc1b49f68e85635fc8b0f')
+sha512sums=('7fce0895497c3706279c842622ed4fb5c52f38c2885793dfeb64ad5937519905ec334333e3de0d226f497f16fa44c020b0aba72ee034d467c977cf116aefbe7c')
+
+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