summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-03-19 17:38:58 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2012-03-19 17:38:58 +0100
commit3d6bfb6297ffce85c432f6dfb2a9c4c54d0f2a71 (patch)
tree6c60ad67343ec7baf4c1551dcd6ee0f654c47643 /contrib
parent94ae8b1ccd08b7d0b2408db5b2054dee53413166 (diff)
downloadnetctl-3d6bfb6297ffce85c432f6dfb2a9c4c54d0f2a71.tar.gz
netctl-3d6bfb6297ffce85c432f6dfb2a9c4c54d0f2a71.tar.xz
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.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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%')