ethtool: respect previous version comparator.

This commit is contained in:
Juan RP 2011-12-03 08:15:41 +01:00
parent 607869875f
commit ebc57c6e3f

View file

@ -3,7 +3,7 @@ pkgname=ethtool
_distver=3.1
# Previous version was 6, we have to conserve it to make version comparision
# work with previous versions.
version=6.${_distver}
version=6:${_distver}
wrksrc=${pkgname}-${_distver}
#distfiles="http://www.kernel.org/pub/software/network/$pkgname/$pkgname-${_distver}.tar.bz2"
distfiles="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-${_distver}.tar.gz"