]> wimlib.net Git - wimlib/blobdiff - archlinux/PKGBUILD.in
Version 0.7.2
[wimlib] / archlinux / PKGBUILD.in
index 2417135e2b0df5dd1aab9f82c30257f1a64ac418..2ef460e5ed4156c6c331c831df8f9a5f58834f51 100644 (file)
@@ -1,5 +1,7 @@
 # Maintainer:  Eric Biggers <ebiggers3 at gmail dot com>
 
+# Set and $md5sums and delete this line to complete the PKGBUILD
+
 pkgname=wimlib
 pkgver=@VERSION@
 pkgrel=1
@@ -12,8 +14,8 @@ 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"