kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / gnu-netcat


Commits:
a9c23704 by kpcyrd at 2024-05-15T15:42:48+02:00
upgpkg: 0.7.1-10 - rebuild for .SRCINFO, _FORTIFY_SOURCE=3, spdx license

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,15 @@
+pkgbase = gnu-netcat
+       pkgdesc = GNU rewrite of netcat, the network piping application
+       pkgver = 0.7.1
+       pkgrel = 10
+       url = http://netcat.sourceforge.net/
+       arch = x86_64
+       license = GPL-2.0-only
+       makedepends = texinfo
+       depends = glibc
+       provides = netcat
+       replaces = netcat
+       source = 
https://downloads.sourceforge.net/sourceforge/netcat/netcat-0.7.1.tar.bz2
+       sha256sums = 
b55af0bbdf5acc02d1eb6ab18da2acd77a400bafd074489003f3df09676332bb
+
+pkgname = gnu-netcat


=====================================
PKGBUILD
=====================================
@@ -2,12 +2,17 @@
 
 pkgname=gnu-netcat
 pkgver=0.7.1
-pkgrel=9
+pkgrel=10
 pkgdesc="GNU rewrite of netcat, the network piping application"
-depends=('glibc' 'texinfo')
+depends=(
+  'glibc'
+)
+makedepends=(
+  'texinfo'
+)
 arch=('x86_64')
 url="http://netcat.sourceforge.net/";
-license=('GPL')
+license=('GPL-2.0-only')
 replaces=('netcat')
 provides=('netcat')
 
source=("https://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2";)
@@ -23,3 +28,5 @@ package() {
   cd "${srcdir}/netcat-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }
+
+# vim: ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnu-netcat/-/commit/a9c23704e99deb0f9b88c66a0bf92ecbfe62c837

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnu-netcat/-/commit/a9c23704e99deb0f9b88c66a0bf92ecbfe62c837
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to