Date: Friday, October 13, 2017 @ 06:42:16
Author: arojas
Revision: 307811
Fix conflict with man-pages (FS#55974)
Modified:
physfs/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-13 06:35:23 UTC (rev 307810)
+++ PKGBUILD 2017-10-13 06:42:16 UTC (rev 307811)
@@ -3,7 +3,7 @@
pkgname=physfs
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A library to provide abstract access to various archives"
arch=('i686' 'x86_64')
url="http://icculus.org/physfs/"
@@ -29,7 +29,7 @@
install -m644 docs/html/* "${pkgdir}/usr/share/doc/physfs"
install -m644 docs/man/man3/* "${pkgdir}/usr/share/man/man3"
- for i in author Deinit description extension Free Init major Malloc minor
opaque patch Realloc url ; do
+ for i in author Deinit description extension Free Init major Malloc minor
opaque patch Realloc remove url ; do
mv "${pkgdir}/usr/share/man/man3/$i.3"
"${pkgdir}/usr/share/man/man3/PHYSFS_$i.3"
done