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

Andreas Radke andyrtr at archlinux.org
Sun Mar 19 08:43:53 UTC 2017


    Date: Sunday, March 19, 2017 @ 08:43:52
  Author: andyrtr
Revision: 291073

upgpkg: libbsd 0.8.3-2

move explicit_bzero man-page to man-pages pkg; FS#53351

Modified:
  libbsd/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-19 08:40:15 UTC (rev 291072)
+++ PKGBUILD	2017-03-19 08:43:52 UTC (rev 291073)
@@ -4,7 +4,7 @@
 
 pkgname=libbsd
 pkgver=0.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Provides useful functions commonly found on BSD systems like strlcpy()'
 arch=('i686' 'x86_64')
 url="http://libbsd.freedesktop.org"
@@ -34,4 +34,7 @@
   make DESTDIR="$pkgdir" install
   rm "${pkgdir}"/usr/lib/libbsd.a
   install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  
+  # included now in man-pages, FS#53351
+  rm -f "${pkgdir}"/usr/share/man/man3/explicit_bzero.3
 }



More information about the arch-commits mailing list