summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRené Wagner2022-05-10 21:25:01 +0200
committerRené Wagner2022-05-10 21:25:01 +0200
commitd1e622080d0450b5be2f5354e39bb1c020d4dfd1 (patch)
tree6b0505df34dc24c0be2277af8127f5ca5587a17c /PKGBUILD
parentc08aaa112294f5dc8f9f114caf404bd8dff0a480 (diff)
downloadaur-d1e622080d0450b5be2f5354e39bb1c020d4dfd1.tar.gz
update to 8.050.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 2 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75bb65266f77..574b32a7deae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
_pkgbase=r8168
pkgname=${_pkgbase}-dkms
-pkgver=8.049.02
-pkgrel=2
+pkgver=8.050.00
+pkgrel=1
pkgdesc="A kernel module for Realtek 8168 network cards (DKMS version)"
url="https://github.com/mtorromeo/r8168"
license=("GPL")
@@ -16,18 +16,11 @@ depends=('glibc' 'dkms')
makedepends=('git')
conflicts=("${pkgname}")
source=("r8168-dkms::git+https://github.com/mtorromeo/r8168.git"
- "linux517.patch::https://raw.githubusercontent.com/archlinux/svntogit-community/packages/r8168/trunk/linux517.patch"
"dkms.conf")
sha256sums=('SKIP'
- '6c718137bed0f80bce52cc6862e755de7a1d0c2cbb75491ab5b099bd04534c1c'
'e33abcbc8fbe3129459ebc60be3b2f8ed55ddc53755f4956d6feb16c61c43250')
install=r8168-dkms.install
-prepare() {
- cd "r8168-dkms"
- patch -Np1 -i ../linux517.patch
-}
-
package() {
install -Dm644 dkms.conf "${pkgdir}/usr/src/${_pkgbase}-${pkgver}/dkms.conf"