diff options
Diffstat (limited to 'community/py-ethtool/APKBUILD')
-rw-r--r-- | community/py-ethtool/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/py-ethtool/APKBUILD b/community/py-ethtool/APKBUILD index c923defa5a..87be61a5df 100644 --- a/community/py-ethtool/APKBUILD +++ b/community/py-ethtool/APKBUILD @@ -4,21 +4,21 @@ _realname=python-ethtool pkgver=0.7 pkgrel=0 pkgdesc="Python library for the ethtool kernel interface" -url="http://www.ohloh.net/p/python-ethtool" +url="https://github.com/fedora-python/python-ethtool" arch="all" -license="GPL-2.0" +license="GPL-2.0-only" depends= depends_dev="libnl-dev pkgconfig python2-dev" makedepends="linux-headers $depends_dev" install= subpackages= -source="http://dsommers.fedorapeople.org/python-ethtool/$_realname-$pkgver.tar.bz2 +source="$pkgname-$pkgver.tar.gz::https://github.com/fedora-python/python-ethtool/archive/v$pkgver.tar.gz python-ethtool-libnl-1.0-support.patch fix-includes-and-types.patch " -_builddir="$srcdir"/$_realname-$pkgver +builddir="$srcdir"/python-ethtool-$pkgver prepare() { cd "$_builddir" local i |