ethtool: respect previous version comparator.
This commit is contained in:
parent
607869875f
commit
ebc57c6e3f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=ethtool
|
||||||
_distver=3.1
|
_distver=3.1
|
||||||
# Previous version was 6, we have to conserve it to make version comparision
|
# Previous version was 6, we have to conserve it to make version comparision
|
||||||
# work with previous versions.
|
# work with previous versions.
|
||||||
version=6.${_distver}
|
version=6:${_distver}
|
||||||
wrksrc=${pkgname}-${_distver}
|
wrksrc=${pkgname}-${_distver}
|
||||||
#distfiles="http://www.kernel.org/pub/software/network/$pkgname/$pkgname-${_distver}.tar.bz2"
|
#distfiles="http://www.kernel.org/pub/software/network/$pkgname/$pkgname-${_distver}.tar.bz2"
|
||||||
distfiles="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-${_distver}.tar.gz"
|
distfiles="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-${_distver}.tar.gz"
|
||||||
|
|
Loading…
Reference in a new issue