From 3d6bfb6297ffce85c432f6dfb2a9c4c54d0f2a71 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Mon, 19 Mar 2012 17:38:58 +0100 Subject: Release process changes This commit does not change any installed code. - The tarball now includes pre-built documentation, removing the build dependency on asciidoc from the PKGBUILD. - The tarball is now xz compressed. - News is updated. --- contrib/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/PKGBUILD b/contrib/PKGBUILD index ae06f12..bdeec17 100644 --- a/contrib/PKGBUILD +++ b/contrib/PKGBUILD @@ -8,7 +8,7 @@ url="http://archlinux.org" license=("BSD") backup=(etc/iftab etc/conf.d/netcfg) depends=("coreutils" "dhcpcd>=4.0" "iproute2") -makedepends=('asciidoc') +#makedepends=('asciidoc') # The source tarball includes pre-built documentation. optdepends=('dialog: Required for menu based profile and wifi selectors' 'bridge-utils: To set up bridge connections' 'wpa_supplicant: required for wireless network support' @@ -16,7 +16,7 @@ optdepends=('dialog: Required for menu based profile and wifi selectors' 'ifplugd: Required for automatic wired connection with rc.d/net-auto-wired' 'wireless_tools: Required for net-rename' ) -source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz) +source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz) arch=(any) md5sums=('%md5sum%') -- cgit v1.2.3-24-g4f1b