summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-01-12 13:31:05 +0100
committerJohannes Dewender2014-01-12 13:31:05 +0100
commit7ae02feaaa407343d2cfa17fb84635330fb97d41 (patch)
tree3e2c8d98283817259baa0467418fe04405c1dd4a
parentee5d9ad66273c4093cd4d2cf005986753a97a215 (diff)
downloadaur-7ae02feaaa407343d2cfa17fb84635330fb97d41.tar.gz
python2-ethtool: 0.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76a85ac2271f..b70e0138609b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python2-ethtool
pkgdesc = python bindings for the ethtool kernel interface
- pkgver = 0.8
+ pkgver = 0.9
pkgrel = 1
- url = https://git.fedorahosted.org/cgit/python-ethtool.git/
+ url = http://fedorapeople.org/cgit/dsommers/public_git/python-ethtool.git/
arch = i686
arch = x86_64
license = GPL2
@@ -10,8 +10,8 @@ pkgbase = python2-ethtool
depends = python2
depends = libnl1
options = !emptydirs
- source = https://git.fedorahosted.org/cgit/python-ethtool.git/snapshot/python-ethtool-0.8.tar.bz2
- sha256sums = 903e0896270cefa866fc3e177c14121476b70ba5aebcc3eb0280cc47d9df538f
+ source = https://fedorahosted.org/releases/p/y/python-ethtool/python-ethtool-0.9.tar.bz2
+ sha256sums = f8f6c96272c297c5047b5c0fbae428ce7e01b907e694605dc0ac43f16ecc5ac0
pkgname = python2-ethtool
diff --git a/PKGBUILD b/PKGBUILD
index c6c4a5b52e7d..aecac59f1312 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=python2-ethtool
_pkgname=python-ethtool
-pkgver=0.8
+pkgver=0.9
pkgrel=1
pkgdesc="python bindings for the ethtool kernel interface"
arch=('i686' 'x86_64')
-url="https://git.fedorahosted.org/cgit/python-ethtool.git/"
+url="http://fedorapeople.org/cgit/dsommers/public_git/python-ethtool.git/"
license=('GPL2')
groups=()
depends=('python2' 'libnl1')
@@ -16,8 +16,8 @@ replaces=()
backup=()
options=(!emptydirs)
install=
-source=(https://git.fedorahosted.org/cgit/python-ethtool.git/snapshot/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('903e0896270cefa866fc3e177c14121476b70ba5aebcc3eb0280cc47d9df538f')
+source=(https://fedorahosted.org/releases/p/y/$_pkgname/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('f8f6c96272c297c5047b5c0fbae428ce7e01b907e694605dc0ac43f16ecc5ac0')
build() {
cd "$srcdir/$_pkgname-$pkgver"