X-Git-Url: http://gitweb/?a=blobdiff_plain;f=libarchive%2FPkgfile;h=3572d484a31a242d8d8c4706f3650bc8cfd6792f;hb=6214a1c83f5300e06961487b7c208ec6553ccfbb;hp=cda1912ea6ddeeaf722897285c06cb4d699cbece;hpb=5333ef72c7d3e172ea2b639e695c0637baea9ac8;p=crossrootfs.git diff --git a/libarchive/Pkgfile b/libarchive/Pkgfile index cda1912..3572d48 100644 --- a/libarchive/Pkgfile +++ b/libarchive/Pkgfile @@ -5,12 +5,12 @@ # Depends on: bzip2 xz zlib acl name=libarchive -version=2.8.4 -release=2 -source=(http://$name.googlecode.com/files/$name-$version.tar.gz) +version=3.0.4 +release=1 +source=(https://github.com/downloads/$name/$name/$name-$version.tar.gz) build() { - cd libarchive-$version + cd $name-$version # We're passing --without-lzmadec, because we want to use xz for # LZMA support, not the obsolete lzmadec library. #