summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2019-04-16 15:15:08 -0400
committerTony Lambiris2019-04-16 15:15:08 -0400
commit8d228866fa9d0b90f9326ed91aec8cb865b43b81 (patch)
treefcf61449dde59ef020ada3fc462124dd70619ba5 /PKGBUILD
parent36e3d29df97639e17542942935aac4a09608e39d (diff)
downloadaur-8d228866fa9d0b90f9326ed91aec8cb865b43b81.tar.gz
Add conflicts/provides for system76-driver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6135b70ae32c..85905bf9cbd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,14 @@
pkgname=system76-driver-git
pkgver=19.04.7.r3.gd5d0ae7
-pkgrel=1
+pkgrel=2
pkgdesc="System76 Driver for System76 computers"
arch=('any')
url="https://github.com/pop-os/system76-driver"
license=('GPL')
install=system76-driver-git.install
+conflicts=("system76-driver")
+provides=("system76-driver")
depends=(
'python>=3.6'
'python-cffi'