[arch-commits] CVS update of core/base/libarchive (PKGBUILD no_uudecode.patch)

Dan McGee dan at archlinux.org
Mon Mar 24 12:08:50 UTC 2008


    Date: Monday, March 24, 2008 @ 08:08:50
  Author: dan
    Path: /home/cvs-core/core/base/libarchive

Modified: PKGBUILD (1.11 -> 1.12) no_uudecode.patch (1.1 -> 1.2)

upgpkg: libarchive 2.4.14-1


-------------------+
 PKGBUILD          |    8 ++++----
 no_uudecode.patch |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)


Index: core/base/libarchive/PKGBUILD
diff -u core/base/libarchive/PKGBUILD:1.11 core/base/libarchive/PKGBUILD:1.12
--- core/base/libarchive/PKGBUILD:1.11	Mon Feb 25 22:35:27 2008
+++ core/base/libarchive/PKGBUILD	Mon Mar 24 08:08:49 2008
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.11 2008/02/26 03:35:27 dan Exp $
+# $Id: PKGBUILD,v 1.12 2008/03/24 12:08:49 dan Exp $
 # Maintainer: Dan McGee <dan at archlinux.org>
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 pkgname=libarchive
-pkgver=2.4.12
+pkgver=2.4.14
 pkgrel=1
 pkgdesc="library that can create and read several streaming archive formats"
 arch=(i686 x86_64)
@@ -31,5 +31,5 @@
   install -m644 COPYING $startdir/pkg/usr/share/licenses/libarchive/
 }
 
-md5sums=('3f8dc6737bc0fd031b7e64b143eade02'
-         '3230aff2a038bae9c2459abba8c6f341')
+md5sums=('e4aa4d5d50eae67acdf70af3ea13cb6b'
+         '5f159da70a1e09417d9599f43c9e19e2')
Index: core/base/libarchive/no_uudecode.patch
diff -u core/base/libarchive/no_uudecode.patch:1.1 core/base/libarchive/no_uudecode.patch:1.2
--- core/base/libarchive/no_uudecode.patch:1.1	Mon Feb 25 22:35:28 2008
+++ core/base/libarchive/no_uudecode.patch	Mon Mar 24 08:08:49 2008
@@ -1,10 +1,10 @@
---- Makefile.old	2008-02-25 21:31:39.000000000 -0600
-+++ Makefile	2008-02-25 21:32:02.000000000 -0600
-@@ -454,7 +454,7 @@
+--- Makefile.old	2008-03-24 07:02:35.000000000 -0500
++++ Makefile	2008-03-24 07:02:53.000000000 -0500
+@@ -458,7 +458,7 @@
  #
  lib_LTLIBRARIES = libarchive.la
  man_MANS = $(libarchive_man_MANS) $(bsdtar_man_MANS) $(bsdcpio_man_MANS)
--BUILT_SOURCES = libarchive/test/list.h tar/test/list.h cpio/test/list.h $(libarchive_REFFILES)
+-BUILT_SOURCES = libarchive/test/list.h tar/test/list.h cpio/test/list.h $(libarchive_test_REFFILES) $(bsdcpio_test_REFFILES)
 +BUILT_SOURCES = libarchive/test/list.h tar/test/list.h cpio/test/list.h
  TESTS_ENVIRONMENT = $(libarchive_TESTS_ENVIRONMENT) $(bsdtar_TESTS_ENVIRONMENT) $(bsdcpio_TESTS_ENVIRONMENT)
  # Always build and test both bsdtar and bsdcpio as part of 'distcheck'




More information about the arch-commits mailing list