]> wimlib.net Git - wimlib/commitdiff
Update news and remove md5sum from PKGBUILD.in v0.7.1
authorEric Biggers <ebiggers3@gmail.com>
Sun, 20 May 2012 16:50:47 +0000 (11:50 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 20 May 2012 16:50:47 +0000 (11:50 -0500)
NEWS
archlinux/PKGBUILD.in

diff --git a/NEWS b/NEWS
index 53c3b94c11f794fa260ed274986f2b1b311d9bf9..3a532127e6c6dca0cde622bff59e5bf3569d2d39 100644 (file)
--- 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.
 
index d5e7731b49c209d841cf4843d9494061b057e7c2..0d1dca9fb0c15f7247339052e6bbde49b18d923a 100644 (file)
@@ -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"