[arch-commits] Commit in bzip2/trunk (PKGBUILD)

Tom Killian tom at archlinux.org
Wed Apr 16 22:26:57 UTC 2008


    Date: Wednesday, April 16, 2008 @ 18:26:56
  Author: tom
Revision: 298

upgpkg: bzip2 1.0.5-2
    fix shared lib symlink

Modified:
  bzip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-16 20:14:12 UTC (rev 297)
+++ PKGBUILD	2008-04-16 22:26:56 UTC (rev 298)
@@ -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