summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-08 03:37:21 +0800
committerChocobo12023-04-08 03:37:21 +0800
commit5121259c854b8a46c191c8f0e22d51c52b4f7c30 (patch)
treed5d84935096da192788c9b4b54dbe949f50c44f5
parentd77ff76557ea4dfeaec28bf296e530427a169abf (diff)
downloadaur-ethtool-git.tar.gz
upgpkg: ethtool-git 6.2.r15.g5cea673-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1613fbef2124..a959baff6414 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ethtool-git
pkgdesc = Utility for controlling network drivers and hardware
- pkgver = 4.10.r9.gb888f35
+ pkgver = 6.2.r15.g5cea673
pkgrel = 1
url = https://www.kernel.org/pub/software/network/ethtool/
arch = i686
@@ -8,10 +8,9 @@ pkgbase = ethtool-git
license = GPL2
makedepends = git
depends = glibc
- provides = ethtool
+ provides = ethtool=6.2.r15.g5cea673
conflicts = ethtool
source = git+https://git.kernel.org/pub/scm/network/ethtool/ethtool.git
sha256sums = SKIP
pkgname = ethtool-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 5ce179e710c4..68f3d2c21023 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=ethtool-git
-pkgver=4.10.r9.gb888f35
+pkgver=6.2.r15.g5cea673
pkgrel=1
pkgdesc="Utility for controlling network drivers and hardware"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://www.kernel.org/pub/software/network/ethtool/"
license=('GPL2')
depends=('glibc')
makedepends=('git')
-provides=('ethtool')
+provides=("ethtool=$pkgver")
conflicts=('ethtool')
source=("git+https://git.kernel.org/pub/scm/network/ethtool/ethtool.git")
sha256sums=('SKIP')
@@ -25,7 +25,9 @@ build() {
cd "ethtool"
./autogen.sh
- ./configure --prefix="/usr" --sbindir="/usr/bin"
+ ./configure \
+ --prefix="/usr" \
+ --sbindir="/usr/bin"
make
}