Date: Saturday, May 30, 2020 @ 11:16:25 Author: mtorromeo Revision: 637406
upgpkg: r8168 8.048.03-1 Modified: r8168/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-30 10:59:19 UTC (rev 637405) +++ PKGBUILD 2020-05-30 11:16:25 UTC (rev 637406) @@ -3,23 +3,16 @@ # Contributor: Filip <fila pruda com>, Det < nimetonmaili(at)gmail > pkgname=r8168 -pkgver=8.048.02 -pkgrel=17 +pkgver=8.048.03 +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 - 0001-linux-5.6.patch) -sha256sums=('0f209762fa37b90c6ba347a815fd083c9d342e38dbec14273059a419e671df70' - '7d0c468036a6acd83d056d6c243b3ace8be34bf3d633aa24bf54b9c3595f8a0d') +source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c') -prepare() { - cd "$pkgname-$pkgver" - patch -Np1 < ../0001-linux-5.6.patch -} - build() { cd "$pkgname-$pkgver" # avoid using the Makefile directly -- it doesn't understand
