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 afdd35a691a2..6057ad436220 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = hidpi-daemon
pkgdesc = Daemon to manage HiDPI and LoDPI monitors on X
pkgver = 17.10.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pop-os/hidpi-daemon
arch = any
license = GPL
+ depends = acpid
depends = python>=3.6
depends = python-pydbus
depends = python-gobject
diff --git a/PKGBUILD b/PKGBUILD
index 14f61ee13169..783187fd77b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=hidpi-daemon
pkgver=17.10.3
-pkgrel=1
+pkgrel=2
pkgdesc="Daemon to manage HiDPI and LoDPI monitors on X"
arch=('any')
url="https://github.com/pop-os/hidpi-daemon"
license=('GPL')
depends=(
+ 'acpid'
'python>=3.6'
'python-pydbus'
'python-gobject'