X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=archlinux%2FPKGBUILD;h=22f2e75443d65f3c744f6cf0f440d084878db872;hb=b4d8b14450c1f36ad07706888d9042bce5d9c2e0;hp=29aa2f798eb2a04def66df5f98219a66ea0cf15f;hpb=b8efa8686896d10fe2b2287eabc85d5a470c8202;p=wimlib diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 29aa2f79..22f2e754 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,20 +1,18 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.8.3 +pkgver=1.9.0 pkgrel=1 pkgdesc="A library and program to extract, create, and modify WIM files" arch=("i686" "x86_64") -url="http://wimlib.net" +url="https://wimlib.net" license=("custom") depends=("openssl" "fuse" "libxml2" "ntfs-3g" "attr") optdepends=("cdrkit: for making ISO image of Windows PE" "mtools: for making disk image of Windows PE" "syslinux: for making disk image of Windows PE" - "cabextract: for extracting Windows PE from the WAIK" - "ntfsprogs: for making NTFS filesystems") -checkdepends=("ntfsprogs") -source=("http://wimlib.net/downloads/$pkgname-$pkgver.tar.gz") + "cabextract: for extracting Windows PE from the WAIK") +source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz") build() { cd "$pkgname-$pkgver"