summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Klester2022-12-12 23:23:50 +0600
committerDenis Klester2022-12-12 23:23:50 +0600
commitc76fa989eae3e5ae785305650fe7a62ab180c2cc (patch)
tree77254e68e860ca4b745406807ef5f4aef0f5235f
parentd220e4a26d69b51b2dca42f79414aa1b17c041cd (diff)
downloadaur-c76fa989eae3e5ae785305650fe7a62ab180c2cc.tar.gz
fix provides and conflicts
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a69e1ba2ce5..b2f06c01da34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ pkgver=263
pkgrel=1
pkgdesc="Driver for RTL8723BU DKMS version"
url="https://github.com/lwfinger/rtl8723bu"
-provides=('rtl8723bu-git-dkms')
-conflicts=('rtl8723bu')
+provides=('rtl8723bu')
+conflicts=('rtl8723bu-git')
arch=('any')
license=('GPL')
install=rtl8723bu-git-dkms.install