[arch-commits] Commit in bzip2/repos (testing-i686 testing-i686/PKGBUILD)

Tom Killian tom at archlinux.org
Wed Apr 16 22:27:31 UTC 2008


    Date: Wednesday, April 16, 2008 @ 18:27:31
  Author: tom
Revision: 299

Merged revisions 272-298 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/bzip2/trunk

........
  r298 | tom | 2008-04-16 23:26:56 +0100 (Wed, 16 Apr 2008) | 2 lines
  
  upgpkg: bzip2 1.0.5-2
      fix shared lib symlink
........

Modified:
  bzip2/repos/testing-i686/	(properties)
  bzip2/repos/testing-i686/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: bzip2/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /bzip2/trunk:1-271
   + /bzip2/trunk:1-298

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-04-16 22:26:56 UTC (rev 298)
+++ testing-i686/PKGBUILD	2008-04-16 22:27:31 UTC (rev 299)
@@ -3,7 +3,7 @@
 
 pkgname=bzip2
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-quality data compression program"
 arch=(i686 x86_64)
 license=('custom')
@@ -21,7 +21,7 @@
   sed -e 's/^CFLAGS=\(.*\)$/CFLAGS=\1 \$(BIGFILES)/' -i ./Makefile-libbz2_so
   make -f Makefile-libbz2_so || return 1
   make bzip2recover libbz2.a || return 1
-  ln -s libbz2.so.$pkgver libbz2.so
+  ln -s libbz2.so.1.0.4 libbz2.so
   cp bzip2-shared $startdir/pkg/bin/bzip2
   cp bzip2recover $startdir/pkg/bin
   cp bzip2.1 $startdir/pkg/usr/share/man/man1





More information about the arch-commits mailing list