diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-13 22:31:52 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-13 22:31:52 -0300 |
commit | 26841be26f283b971f431eb735f748cef7a5250d (patch) | |
tree | 8a8823be2c38be7b287eaf2c2a932f4719528ffc /extra/dhcp/PKGBUILD | |
parent | 77eec019b9f8ee02a2888a36bdab6153105864ec (diff) |
dhcp: changed http for ftp
gnome-control-center: removed mesa-demos
Diffstat (limited to 'extra/dhcp/PKGBUILD')
-rw-r--r-- | extra/dhcp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/dhcp/PKGBUILD b/extra/dhcp/PKGBUILD index 323165f45..b7b23fc58 100644 --- a/extra/dhcp/PKGBUILD +++ b/extra/dhcp/PKGBUILD @@ -12,7 +12,7 @@ pkgrel=1 arch=('i686' 'x86_64' 'mips64el') license=('custom:isc-dhcp') url="https://www.isc.org/software/dhcp" -source=(http://ftp.isc.org/isc/${pkgbase}/${pkgbase}-${_pkgver}.tar.gz +source=(ftp://ftp.isc.org/isc/${pkgbase}/${pkgbase}-${_pkgver}.tar.gz dhcp4 dhcp6 dhcp dhcp-4.1.1-missing-ipv6-not-fatal.patch dhclient-script-pathFixes.patch) |