summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCode Bling2020-10-03 04:25:52 -0400
committerCode Bling2020-10-03 04:25:52 -0400
commitbc41c09490dc273650fd27ca99ddef7af563e219 (patch)
tree96a0c917573060cd652f984eab1b38c268f718f2
parente543f986085d7235f796cf59cef108c569bcec10 (diff)
downloadaur-bc41c09490dc273650fd27ca99ddef7af563e219.tar.gz
Add a 'conflicts' section to prevent installation conflicts with other AUR driver
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a8c785c8ab7..885a5d7180da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ arch=('any')
url="https://github.com/kelebek333/rtl8188fu"
license=('GPL3')
depends=('dkms')
+conflicts=('8188fu-dkms-git')
makedepends=('git')
install="${_pkgname}-dkms.install"
source=("$_pkgname::git+https://github.com/kelebek333/rtl8188fu.git"