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

Jan de Groot jgc at archlinux.org
Sat Aug 2 22:14:50 UTC 2008


    Date: Saturday, August 2, 2008 @ 18:14:50
  Author: jgc
Revision: 7561

upgpkg: bzip2 1.0.5-3
    Fix soname symlinks (FS#10935)

Modified:
  bzip2/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-02 22:14:08 UTC (rev 7560)
+++ PKGBUILD	2008-08-02 22:14:50 UTC (rev 7561)
@@ -3,7 +3,7 @@
 
 pkgname=bzip2
 pkgver=1.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A high-quality data compression program"
 arch=(i686 x86_64)
 license=('custom')
@@ -22,6 +22,7 @@
   make -f Makefile-libbz2_so || return 1
   make bzip2recover libbz2.a || return 1
   ln -s libbz2.so.1.0.4 libbz2.so
+  ln -s libbz2.so.1.0.4 libbz2.so.1
   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