X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=archlinux%2FPKGBUILD;h=750228691a30d76ee3a3ec8385014a0755cc49c7;hp=c6af81d2f4c10cac1a4d556b861e70ae21746d47;hb=ccdd5a74123ebf14353a9569bf014fb2e7774d1e;hpb=c23493a5944b8a219083e82f3a1048b068e50b93 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index c6af81d2..75022869 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.3.0 +pkgver=1.6.2 pkgrel=1 -pkgdesc="A library to extract, create, and modify WIM files" +pkgdesc="A library and program to extract, create, and modify WIM files" arch=("i686" "x86_64") url="http://sourceforge.net/projects/wimlib" license=("GPL3") @@ -18,8 +18,8 @@ source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") build() { cd "$pkgname-$pkgver" - ./configure --disable-verify-compression --with-libcrypto --with-fuse \ - --with-ntfs-3g --enable-xattr --prefix=/usr + ./configure --with-libcrypto --with-fuse --with-ntfs-3g \ + --enable-xattr --prefix=/usr make }