diff options
author | Tom Gundersen <teg@jklm.no> | 2012-06-22 22:55:31 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-06-22 22:55:31 +0200 |
commit | 9b3b01214d575f2cb9dc2009ddd203cb8ae54f35 (patch) | |
tree | 06da32b2ffc2743546b6ad5e4fb793fa0fd269f5 /PKGBUILD | |
parent | f57e6f1d0d767cebebc10075276cd02f0233655c (diff) |
PKGBUILD: remove duplicate makedepends line
This really does not matter very much, as this PKGBUILD file is for
convenience when building from git only. However, it just tripped
me up and caused me some needless head-scratching, so sort it out.
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -16,7 +16,6 @@ optdepends=('net-tools: legacy networking support' 'bridge-utils: Network bridging support' 'dhcpcd: DHCP network configuration' 'wireless_tools: Wireless networking') -makedepends=(asciidoc) source=() sha256sums=() |