[arch-commits] Commit in r8168/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Mon Jul 5 08:55:08 UTC 2021


    Date: Monday, July 5, 2021 @ 08:55:07
  Author: mtorromeo
Revision: 972336

upgpkg: r8168 8.049.02-1

Modified:
  r8168/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-05 08:30:54 UTC (rev 972335)
+++ PKGBUILD	2021-07-05 08:55:07 UTC (rev 972336)
@@ -3,15 +3,18 @@
 # Contributor: Filip <fila pruda com>, Det < nimetonmaili(at)gmail >
 
 pkgname=r8168
-pkgver=8.048.03
-pkgrel=108
+pkgver=8.049.02
+pkgrel=1
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw"
 license=("GPL")
 arch=('x86_64')
 makedepends=('linux-headers')
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+        https://github.com/mtorromeo/r8168/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc)
+sha256sums=('2b12d932e976f8f74b8d9545744c04beb4676dd7bc1d032dde51347ed1d8be24'
+            'SKIP')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF')
 
 build() {
 	cd "$pkgname-$pkgver"
@@ -18,8 +21,13 @@
 	# avoid using the Makefile directly -- it doesn't understand
 	# any kernel but the current.
 	make -C /usr/src/linux M="$PWD/src" \
-			EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN -DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
-			modules
+		ENABLE_USE_FIRMWARE_FILE=y \
+		CONFIG_R8168_NAPI=y \
+		CONFIG_R8168_VLAN=y \
+		CONFIG_ASPM=y \
+		ENABLE_S5WOL=y \
+		ENABLE_EEE=y \
+		modules
 }
 
 package() {




More information about the arch-commits mailing list