[arch-commits] Commit in tcp-wrappers/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun Oct 2 13:29:29 UTC 2016


    Date: Sunday, October 2, 2016 @ 13:29:29
  Author: alucryd
Revision: 191207

upgpkg: tcp-wrappers 7.6.24-2

Modified:
  tcp-wrappers/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-02 13:27:07 UTC (rev 191206)
+++ PKGBUILD	2016-10-02 13:29:29 UTC (rev 191207)
@@ -8,7 +8,7 @@
 pkgbase=tcp-wrappers
 pkgname=('libwrap' 'tcp-wrappers')
 pkgver=7.6.24
-pkgrel=1
+pkgrel=2
 pkgdesc='Monitors and Controls incoming TCP connections'
 arch=('i686' 'x86_64')
 url='ftp://ftp.porcupine.org/pub/security/index.html'
@@ -50,6 +50,9 @@
 }
 
 package_libwrap() {
+  provides=('tcp_wrappers-libs')
+  conflicts=('tcp_wrappers-libs')
+
   cd tcp_wrappers_${pkgver%.*}
 
   install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib/
@@ -61,6 +64,8 @@
 
 package_tcp-wrappers() {
   depends=('libwrap')
+  provides=('tcp_wrappers')
+  conflicts=('tcp_wrappers')
   backup=('etc/hosts.allow'
           'etc/hosts.deny')
 



More information about the arch-commits mailing list