summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2020-12-14 22:16:00 +0100
committerHugo Osvaldo Barrera2020-12-14 22:16:12 +0100
commitd1f86bb87b3f052bbe3a0e5121a88e90f7b4cbd1 (patch)
tree688711c2518a368247bdad573e3086e09fd3f05e
parent97ecc57ba481e74a1b4616c88a5dfa585e33c2ed (diff)
downloadaur-d1f86bb87b3f052bbe3a0e5121a88e90f7b4cbd1.tar.gz
Add missing dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e03ee4071d46..ecd308fabcfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = darkman
depends = python-dateutil
depends = python-pyxdg
depends = python-txdbus
+ depends = geoclue
source = https://files.pythonhosted.org/packages/source/d/darkman/darkman-0.1.2.tar.gz
sha512sums = 94859e8924740dac9445610cadc03d7cd5c8b27ced1e310438e1e0f20a5da48da00c781a51ee84507b4806aefe2d09c9f6cc7a93e5207f445120aed6ac5ba190
diff --git a/PKGBUILD b/PKGBUILD
index a450c2a2109f..cc0ce9258fb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Framework for dark-mode and light-mode transitions on Linux desktop."
arch=('any')
url="https://gitlab.com/whynothugo/darkman"
license=('ISC')
-depends=('python-astral' 'python-dateutil' 'python-pyxdg' 'python-txdbus')
+depends=('python-astral' 'python-dateutil' 'python-pyxdg' 'python-txdbus' 'geoclue')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('94859e8924740dac9445610cadc03d7cd5c8b27ced1e310438e1e0f20a5da48da00c781a51ee84507b4806aefe2d09c9f6cc7a93e5207f445120aed6ac5ba190')