[arch-commits] Commit in bzip2/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Thomas Baechler
thomas at archlinux.org
Fri Apr 18 15:24:15 UTC 2008
Date: Friday, April 18, 2008 @ 11:24:14
Author: thomas
Revision: 338
Merged revisions 274-337 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/bzip2/trunk
........
r298 | tom | 2008-04-17 00:26:56 +0200 (Do, 17 Apr 2008) | 2 lines
upgpkg: bzip2 1.0.5-2
fix shared lib symlink
........
Modified:
bzip2/repos/testing-x86_64/ (properties)
bzip2/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Property changes on: bzip2/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /bzip2/trunk:1-273
+ /bzip2/trunk:1-337
Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2008-04-18 15:23:46 UTC (rev 337)
+++ testing-x86_64/PKGBUILD 2008-04-18 15:24:14 UTC (rev 338)
@@ -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