[arch-commits] Commit in zip/repos/extra-i686 (ChangeLog PKGBUILD)

Douglas Soares de Andrade douglas at archlinux.org
Sun Jul 27 14:04:19 UTC 2008


    Date: Sunday, July 27, 2008 @ 10:04:19
  Author: douglas
Revision: 6705

Fixed the conflicts

Added:
  zip/repos/extra-i686/ChangeLog
Modified:
  zip/repos/extra-i686/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   11 +++++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

Added: ChangeLog
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2008-07-27 14:04:19 UTC (rev 6705)
@@ -0,0 +1,5 @@
+
+2008-07-27  Douglas Soares de Andrade  <douglas at archlinux.org>
+	
+	* Updating for i686: 3.0
+

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-27 13:44:31 UTC (rev 6704)
+++ PKGBUILD	2008-07-27 14:04:19 UTC (rev 6705)
@@ -1,19 +1,22 @@
 # $Id$
 # Maintainer: dorphell <dorphell at archlinux.org>
+
 pkgname=zip
-pkgver=2.32
+pkgver=3.0
 pkgrel=1
 pkgdesc="Creates PKZIP-compatible .zip files"
 arch=(i686 x86_64)
 url="http://www.info-zip.org/pub/infozip/Zip.html"
 depends=('glibc')
 makedepends=('unzip')
-source=(ftp://ftp.info-zip.org/pub/infozip/src/zip232.tgz
+source=(ftp://ftp.info-zip.org/pub/infozip/src/zip30.zip
         ftp://ftp.info-zip.org/pub/infozip/src/zcrypt.zip)
-md5sums=('8a4da4460386e324debe97f3b7fe4d96' '0c969ba1661183b041a142945ed2710e')
 
+md5sums=('e88492c8abd68fa9cfba72bc08757dba'
+         '0c969ba1661183b041a142945ed2710e')
+
 build() {
-   cd $startdir/src/$pkgname-$pkgver
+   cd $startdir/src/${pkgname}30
    echo "A"| unzip ../zcrypt.zip
    make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic_gcc || return 1
    make -f unix/Makefile INSTALL=`which install` prefix=$startdir/pkg/usr install





More information about the arch-commits mailing list