[arch-commits] Commit in ethtool/repos/testing-x86_64 (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Fri Oct 16 20:27:51 UTC 2020


    Date: Friday, October 16, 2020 @ 20:27:51
  Author: anatolik
Revision: 398464

archrelease: copy trunk to testing-x86_64

Added:
  ethtool/repos/testing-x86_64/PKGBUILD
    (from rev 398463, ethtool/trunk/PKGBUILD)
Deleted:
  ethtool/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-16 20:24:52 UTC (rev 398463)
+++ PKGBUILD	2020-10-16 20:27:51 UTC (rev 398464)
@@ -1,34 +0,0 @@
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Paul Mattal <paul at archlinux.org>
-# Contributor: Martin Kemp <mdkemp at elys.com>
-
-pkgname=ethtool
-pkgver=5.9
-pkgrel=1
-epoch=1
-pkgdesc="Utility for controlling network drivers and hardware"
-arch=('x86_64')
-url="https://www.kernel.org/pub/software/network/ethtool/"
-license=('GPL')
-depends=('glibc' 'libmnl')
-source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha1sums=('ce264951660409c4a7c55c13642bc40978e77c82'
-          'SKIP')
-validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806  # John W. Linville <linville at kernel.org>
-              D2CB120AB45957B721CD9596F4554567B91DE934) # Michal Kubecek <mkubecek at suse.cz>
-
-build() {
-    cd $pkgname-$pkgver
-    ./configure --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin
-    make
-}
-
-check() {
-    cd $pkgname-$pkgver
-    make check
-}
-
-package() {
-    cd $pkgname-$pkgver
-    make DESTDIR="$pkgdir" install
-}

Copied: ethtool/repos/testing-x86_64/PKGBUILD (from rev 398463, ethtool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-16 20:27:51 UTC (rev 398464)
@@ -0,0 +1,34 @@
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Paul Mattal <paul at archlinux.org>
+# Contributor: Martin Kemp <mdkemp at elys.com>
+
+pkgname=ethtool
+pkgver=5.9
+pkgrel=1
+epoch=1
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('x86_64')
+url="https://www.kernel.org/pub/software/network/ethtool/"
+license=('GPL')
+depends=('glibc' 'libmnl')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+sha1sums=('ce264951660409c4a7c55c13642bc40978e77c82'
+          'SKIP')
+validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806  # John W. Linville <linville at kernel.org>
+              D2CB120AB45957B721CD9596F4554567B91DE934) # Michal Kubecek <mkubecek at suse.cz>
+
+build() {
+    cd $pkgname-$pkgver
+    ./configure --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin
+    make
+}
+
+check() {
+    cd $pkgname-$pkgver
+    make check
+}
+
+package() {
+    cd $pkgname-$pkgver
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list