X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=archlinux%2FPKGBUILD;h=8157966ab99fd1bce49a1f7c07dc6904fed98873;hp=8fe0cfcd4420af39e43764ec41d8d851d1b6177f;hb=c604acfda391af68781f9ef1cee1f1ab7aac68e1;hpb=2a94ebd67e2a341208c4849a92442ecd511fb716 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 8fe0cfcd..8157966a 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.3.3 +pkgver=1.7.0 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,7 @@ source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") build() { cd "$pkgname-$pkgver" - ./configure --with-libcrypto --with-fuse --with-ntfs-3g \ - --enable-xattr --prefix=/usr + ./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr make }