diff options
author | Robin Appelman | 2021-10-30 16:59:55 +0200 |
---|---|---|
committer | Robin Appelman | 2021-10-30 16:59:55 +0200 |
commit | 8acff6bc6d350f072fa261685c3d6e16a8d9df85 (patch) | |
tree | bf559af2105da94b30a637690254a6519cf8a083 | |
parent | 71de5fada3faba060c7f1d2a29e7ec5e9ca51709 (diff) | |
download | aur-8acff6bc6d350f072fa261685c3d6e16a8d9df85.tar.gz |
update to 2.4.14
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 11 |
2 files changed, 7 insertions, 11 deletions
@@ -1,6 +1,6 @@ pkgbase = atlantic-dkms pkgdesc = aquantia multigigabit nic driver - "development preview" - pkgver = 2.4.10 + pkgver = 2.4.14 pkgrel = 1 url = https://github.com/Aquantia/AQtion arch = x86_64 @@ -8,8 +8,7 @@ pkgbase = atlantic-dkms makedepends = linux-headers depends = dkms conflicts = atlantic - source = https://github.com/Aquantia/AQtion/archive/37bd5ccd73ad4baff488c1d728eb8a819a7eef1f.tar.gz - md5sums = e3ffde60633b0da60f58ec543da77acf + source = https://github.com/Aquantia/AQtion/archive/c12137f82bf867240a695872b4b95f23218798f4.tar.gz + sha512sums = 619db09df21bfff8d08ed08c6148e325e62934cee2931d618a08a0869630cc30c3beac5f2af504f00ae91d715138b01b8e1522056ddb5151aa3ae6ea125c1822 pkgname = atlantic-dkms - @@ -1,6 +1,6 @@ _pkgbase=atlantic pkgname="${_pkgbase}-dkms" -pkgver=2.4.10 +pkgver=2.4.14 pkgrel=1 pkgdesc="aquantia multigigabit nic driver - \"development preview\"" url="https://github.com/Aquantia/AQtion" @@ -9,15 +9,12 @@ license=('GPLv2') depends=('dkms') makedepends=('linux-headers') conflicts=("${_pkgbase}") -commit="0168526fadfcf86a1c5cc7f332f4e735e934f53c" -source=("https://github.com/Aquantia/AQtion/archive/$commit.tar.gz" - 'net-v5-aquantia-Remove-the-build_skb-path.diff::http://patchwork.ozlabs.org/project/netdev/patch/MWHPR1001MB23184F3EAFA413E0D1910EC9E8FC0@MWHPR1001MB2318.namprd10.prod.outlook.com/raw/') -sha512sums=('6baf486a134d76b383c1d042a5a7e9d8be78e52971791066b8da2484fff6823d10fd7aaba71aebf41c631816c417dc9b5774e4310726d55ae94dd36dfe2e0178' - '7141ac7adaf871959b8b78e5a716c4dae46664390850517d4302aa7120734678ecee38bc147e4587f0168dc9e0b65283d79e2bda162000bdf37766a186a54dd7') +commit="c12137f82bf867240a695872b4b95f23218798f4" +source=("https://github.com/Aquantia/AQtion/archive/$commit.tar.gz") +sha512sums=('619db09df21bfff8d08ed08c6148e325e62934cee2931d618a08a0869630cc30c3beac5f2af504f00ae91d715138b01b8e1522056ddb5151aa3ae6ea125c1822') build() { cd "${srcdir}/AQtion-${commit}" - patch -p6 < ../net-v5-aquantia-Remove-the-build_skb-path.diff } package() { |