X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=sidebyside;f=archlinux%2FPKGBUILD.in;h=3dd48fcde3ed828622238e1ee544a51a635bb7fa;hb=4afbeedd7a81df800171239741e0d252d445a878;hp=2417135e2b0df5dd1aab9f82c30257f1a64ac418;hpb=913e4933bf7367409a802329b1e970ac9f5077ce;p=wimlib diff --git a/archlinux/PKGBUILD.in b/archlinux/PKGBUILD.in index 2417135e..3dd48fcd 100644 --- a/archlinux/PKGBUILD.in +++ b/archlinux/PKGBUILD.in @@ -1,5 +1,7 @@ # Maintainer: Eric Biggers +# Set and $md5sums and delete this line to complete the PKGBUILD + pkgname=wimlib pkgver=@VERSION@ pkgrel=1 @@ -12,12 +14,12 @@ 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") -source=("$url/files/$pkgname-$pkgver.tar.gz") -md5sums=("ce01547173dbac170b324dbb6fc84243") +source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") +md5sums=("") build() { cd "$pkgname-$pkgver" - ./configure --disable-verify-compression --enable-libcrypto \ + ./configure --disable-verify-compression --with-libcrypto \ --prefix=/usr make }