From: Eric Biggers Date: Sun, 20 May 2012 16:50:47 +0000 (-0500) Subject: Update news and remove md5sum from PKGBUILD.in X-Git-Tag: v0.7.1^0 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=0476a7cb1a4cddf2f7466a7ae5c75f24da73487f Update news and remove md5sum from PKGBUILD.in --- diff --git a/NEWS b/NEWS index 53c3b94c..3a532127 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ Only the most important changes more recent than version 0.6 are noted here. +Version 0.7.1: + Support for joining and splitting WIMs. + Version 0.6.3: Can now build with older gcc and system headers, like on CentOS 5. diff --git a/archlinux/PKGBUILD.in b/archlinux/PKGBUILD.in index d5e7731b..0d1dca9f 100644 --- a/archlinux/PKGBUILD.in +++ b/archlinux/PKGBUILD.in @@ -13,7 +13,7 @@ optdepends=("cdrkit: for making ISO image of Windows PE" "syslinux: for making disk image of Windows PE" "cabextract: for extracting Windows PE from the WAIK") source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=("998f38e9ce76e71e35a865f7d3946196") +md5sums=("") build() { cd "$pkgname-$pkgver"