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

Pierre Schmitz pierre at archlinux.org
Fri Apr 1 14:53:10 UTC 2011


    Date: Friday, April 1, 2011 @ 10:53:10
  Author: pierre
Revision: 117397

upstream update

Modified:
  xz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-01 13:10:40 UTC (rev 117396)
+++ PKGBUILD	2011-04-01 14:53:10 UTC (rev 117397)
@@ -3,7 +3,7 @@
 # Contributor: François Charette <firmicus at gmx.net>
 
 pkgname=xz
-pkgver=5.0.1
+pkgver=5.0.2
 pkgrel=1
 pkgdesc='Library and command line tools for XZ and LZMA compressed files'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('lzma' 'lzma-utils' 'xz-utils')
 options=('!libtool')
 source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('85d15b01a405616a888d09e19fb40f31')
+md5sums=('870d0e6fec3b710903371defb48a2fad')
 
 # keep an upgrade path for older installations
 PKGEXT='.pkg.tar.gz'
@@ -26,11 +26,14 @@
 	./configure --prefix=/usr \
 		--disable-rpath \
 		--enable-werror
-	sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
-	sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 	make
 }
 
+check() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+	make check
+}
+
 package() {
 	cd ${srcdir}/${pkgname}-${pkgver}
 	make DESTDIR=${pkgdir} install




More information about the arch-commits mailing list