summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6057ad436220..97f5d2aa834d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hidpi-daemon
pkgdesc = Daemon to manage HiDPI and LoDPI monitors on X
pkgver = 17.10.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pop-os/hidpi-daemon
arch = any
license = GPL
@@ -11,6 +11,7 @@ pkgbase = hidpi-daemon
depends = python-gobject
depends = python-xlib
depends = libnotify
+ conflicts = system76-driver<17.10.32
source = https://github.com/pop-os/hidpi-daemon/archive/17.10.3.tar.gz
sha1sums = 3445b11aaef52f3a53818bd8f31bf9c16f137eee
diff --git a/PKGBUILD b/PKGBUILD
index 783187fd77b9..4524d0b6859e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hidpi-daemon
pkgver=17.10.3
-pkgrel=2
+pkgrel=3
pkgdesc="Daemon to manage HiDPI and LoDPI monitors on X"
arch=('any')
url="https://github.com/pop-os/hidpi-daemon"
@@ -16,6 +16,7 @@ depends=(
'libnotify')
makepdepends=(
'python-pyflakes')
+conflicts=('system76-driver<17.10.32')
source=(
"https://github.com/pop-os/${pkgname}/archive/${pkgver}.tar.gz")
sha1sums=(