[arch-commits] Commit in unzip/trunk (PKGBUILD)
Douglas Soares de Andrade
douglas at archlinux.org
Wed Jun 10 11:00:13 UTC 2009
Date: Wednesday, June 10, 2009 @ 07:00:13
Author: douglas
Revision: 42084
upgpkg: unzip 6.0-2
Fixed manpages and deps, thanks JGC
Modified:
unzip/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-10 10:09:21 UTC (rev 42083)
+++ PKGBUILD 2009-06-10 11:00:13 UTC (rev 42084)
@@ -4,12 +4,12 @@
pkgname=unzip
pkgver=6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Unpacks .zip archives such as those made by PKZIP"
arch=('i686' 'x86_64')
url="http://www.info-zip.org/"
license=('custom')
-depends=('glibc')
+depends=('bzip2' 'bash')
source=(http://downloads.sourceforge.net/infozip/unzip60.tar.gz)
build() {
@@ -29,6 +29,13 @@
install
install -Dm644 LICENSE $startdir/pkg/usr/share/licenses/unzip/LICENSE
+
+ # Fixing manpages
+ cd $pkgdir/usr
+ mkdir share
+ mv man share
+
+
}
md5sums=('62b490407489521db863b523a7f86375')
More information about the arch-commits
mailing list