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

Massimiliano Torromeo mtorromeo at archlinux.org
Fri Sep 22 15:39:21 UTC 2017


    Date: Friday, September 22, 2017 @ 15:39:21
  Author: mtorromeo
Revision: 259550

upgpkg: r8168 8.045.08-1

Modified:
  r8168/trunk/PKGBUILD
  r8168/trunk/r8168.install

---------------+
 PKGBUILD      |   15 ++++-----------
 r8168.install |    2 +-
 2 files changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 15:38:35 UTC (rev 259549)
+++ PKGBUILD	2017-09-22 15:39:21 UTC (rev 259550)
@@ -4,8 +4,8 @@
 # Contributor: Filip <fila pruda com>, Det < nimetonmaili(at)gmail >
 
 pkgname=r8168
-pkgver=8.044.02
-pkgrel=21
+pkgver=8.045.08
+pkgrel=1
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw"
 license=("GPL")
@@ -13,16 +13,9 @@
 depends=('glibc' 'linux')
 makedepends=('linux-headers')
 install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
-        linux-4.11.patch)
-sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3'
-            '21857077bd5b26a08456f97f170b2772e8cadfb331577ddb2bcb680b31c5c0d3')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31')
 
-prepare() {
-	cd "$pkgname-$pkgver"
-	patch -p1 -i "$srcdir/linux-4.11.patch"
-}
-
 build() {
 	_kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
 	KERNEL_VERSION=$(cat /usr/lib/modules/extramodules-$_kernver-ARCH/version)

Modified: r8168.install
===================================================================
--- r8168.install	2017-09-22 15:38:35 UTC (rev 259549)
+++ r8168.install	2017-09-22 15:39:21 UTC (rev 259550)
@@ -1,5 +1,5 @@
 rebuild_module_dependencies() {
-	EXTRAMODULES='extramodules-4.13-ARCH'
+	EXTRAMODULES='extramodules-4.12-ARCH'
 	depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



More information about the arch-commits mailing list