summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2019-04-16 15:15:08 -0400
committerTony Lambiris2019-04-16 15:15:08 -0400
commit8d228866fa9d0b90f9326ed91aec8cb865b43b81 (patch)
treefcf61449dde59ef020ada3fc462124dd70619ba5
parent36e3d29df97639e17542942935aac4a09608e39d (diff)
downloadaur-8d228866fa9d0b90f9326ed91aec8cb865b43b81.tar.gz
Add conflicts/provides for system76-driver
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b12f4c4c8e8..5fa22b387525 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = system76-driver-git
pkgdesc = System76 Driver for System76 computers
pkgver = 19.04.7.r3.gd5d0ae7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pop-os/system76-driver
install = system76-driver-git.install
arch = any
@@ -26,6 +26,8 @@ pkgbase = system76-driver-git
optdepends = pulseaudio: To apply microphone fix
optdepends = xorg-xhost: To enable GUI applications on Wayland
optdepends = xorg-xbacklight: To use the backlight service
+ provides = system76-driver
+ conflicts = system76-driver
source = system76-driver-git::git+https://github.com/pop-os/system76-driver.git
source = galu1.patch
source = gtk.patch
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'