summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2022-06-26 19:49:35 -0400
committerPatrick Northon2022-06-26 19:49:35 -0400
commitede41e28df3595152ace289489a151087835152d (patch)
tree4ecb3429984b900cfa7767d0a6a88c926c68d332
parentf8c1a4f725a64a1caf6a317762c11b1132c8a15d (diff)
downloadaur-ede41e28df3595152ace289489a151087835152d.tar.gz
Update conflicts and add provides.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39e6eae03df9..c545857e4248 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r8168-dkms
pkgdesc = A kernel module for Realtek 8168 network cards (DKMS version)
pkgver = 8.050.03
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mtorromeo/r8168
install = r8168-dkms.install
arch = i686
@@ -10,7 +10,8 @@ pkgbase = r8168-dkms
makedepends = git
depends = glibc
depends = dkms
- conflicts = r8168-dkms
+ provides = r8168
+ conflicts = r8168
source = r8168-dkms::git+https://github.com/mtorromeo/r8168.git
source = dkms.conf
source = linux518.patch::https://raw.githubusercontent.com/archlinux/svntogit-community/packages/r8168/trunk/linux518.patch
diff --git a/PKGBUILD b/PKGBUILD
index 21f3c59d3070..fc74aa4cd65f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,15 @@
_pkgbase=r8168
pkgname=${_pkgbase}-dkms
pkgver=8.050.03
-pkgrel=1
+pkgrel=2
pkgdesc="A kernel module for Realtek 8168 network cards (DKMS version)"
url="https://github.com/mtorromeo/r8168"
license=("GPL")
arch=('i686' 'x86_64')
depends=('glibc' 'dkms')
makedepends=('git')
-conflicts=("${pkgname}")
+conflicts=("${_pkgbase}")
+provides=("${_pkgbase}")
source=("r8168-dkms::git+https://github.com/mtorromeo/r8168.git"
"dkms.conf"
"linux518.patch::https://raw.githubusercontent.com/archlinux/svntogit-community/packages/r8168/trunk/linux518.patch")