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

Levente Polyak anthraxx at archlinux.org
Fri Jan 29 22:57:29 UTC 2021


    Date: Friday, January 29, 2021 @ 22:57:29
  Author: anthraxx
Revision: 835802

archrelease: copy trunk to community-x86_64

Added:
  masscan/repos/community-x86_64/PKGBUILD
    (from rev 835801, masscan/trunk/PKGBUILD)
Deleted:
  masscan/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-29 22:57:25 UTC (rev 835801)
+++ PKGBUILD	2021-01-29 22:57:29 UTC (rev 835802)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=masscan
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes'
-url='https://github.com/robertdavidgraham/masscan'
-arch=('x86_64')
-license=('AGPL3')
-depends=('glibc' 'libpcap')
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('dbf489d1fb1c882873071073ef8e65723bf3b805c794a5d13dfdcea539558f049845b5bc02ada1e313729954fe7ba29be727a777937b8e4d41778c9175d13824')
-b2sums=('1d64a80345aa18cc0fdd00b5fca6708bcabded62571887e7171f6ac9e9f77f6d9f5bcca9c0ee04f67fcdf3ead1d6b242dc5129c6c9a94e560ac5380904a5a02a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -r 's|(CFLAGS )=|\1+=|g' -i Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CFLAGS+=" ${CPPFLAGS}"
-  make CC=gcc
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make regress
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 doc/masscan.8 -t "${pkgdir}/usr/share/man/man8"
-  install -Dm 644 README.md doc/masscan.8.markdown -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: masscan/repos/community-x86_64/PKGBUILD (from rev 835801, masscan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-29 22:57:29 UTC (rev 835802)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=masscan
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes'
+url='https://github.com/robertdavidgraham/masscan'
+arch=('x86_64')
+license=('AGPL3')
+depends=('glibc' 'libpcap')
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('bc43b0c41313b400d55f5da2c777c94c3db31e087c87dc8dc883cd319a6eb45da1e8d7de107f52748e415d75c104c6e564f72bf8d7677c9be84e9297d02fa466')
+b2sums=('cb18c6665bdd106dd6b9d69c904d465988b0727cfb62b3845b8b68e9f0db8d2fe4dd91b6bc0eb0ddb91a143a6d0656e774fb4dd9d7b19623261f94ace3c0b3e0')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|(CFLAGS )=|\1+=|g' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CFLAGS+=" ${CPPFLAGS}"
+  make CC=gcc
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make regress
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 doc/masscan.8 -t "${pkgdir}/usr/share/man/man8"
+  install -Dm 644 README.md doc/masscan.8.markdown -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list