aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-ethtool/APKBUILD
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-03-28 15:42:03 +0200
committerprspkt <prspkt@protonmail.com>2019-03-28 16:05:24 +0200
commit551c4534df3918c3d3aa76dbf4612032038afc3a (patch)
treea6fd1143688e258d38c8fe40ff77f62356a82cd6 /community/py-ethtool/APKBUILD
parent62a04524ae28f9f1dfef70e552f1db64bf88159b (diff)
community/py-ethtool: clarify license
- Point url and source to new upstream (github)
Diffstat (limited to 'community/py-ethtool/APKBUILD')
-rw-r--r--community/py-ethtool/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/py-ethtool/APKBUILD b/community/py-ethtool/APKBUILD
index c923defa5af..87be61a5dff 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