X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=archlinux%2FPKGBUILD;h=2550805f7ae450d154d9184d178858d52a5379ea;hb=7e3bf60bbcfbcea966b49d22207795d39eb6cdaf;hp=e0845cfe1bc8aff191e10820fed89c1e0e19ce00;hpb=5b6eaafbaab217fc69946685862a09afa28b30cb;p=wimlib diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index e0845cfe..2550805f 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,20 +1,19 @@ # Maintainer: Eric Biggers pkgname=wimlib -pkgver=1.7.2 +pkgver=1.10.0 pkgrel=1 pkgdesc="A library and program to extract, create, and modify WIM files" arch=("i686" "x86_64") -url="http://sourceforge.net/projects/wimlib" +url="https://wimlib.net" license=("custom") -depends=("openssl" "fuse" "libxml2" "ntfs-3g" "attr") +depends=("openssl" "fuse" "libxml2" "ntfs-3g") +checkdepends=("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://downloads.sourceforge.net/$pkgname/$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" @@ -30,7 +29,7 @@ check() { package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install - for file in NEWS README*; do + for file in NEWS README; do install -Dm644 $file "$pkgdir/usr/share/doc/$pkgname/$file" done for file in COPYING*; do