summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteven Allen2016-01-12 15:17:48 -0500
committerSteven Allen2016-01-12 15:17:48 -0500
commit86ebf8589bcf05c699dea5a69aa74b28cb5c0843 (patch)
treef64ace2b9df3836532aba9df3d3a9948e1dad551 /PKGBUILD
parentec03061f1ccd6d067e708bbcd79dc45b8a4239eb (diff)
downloadaur-86ebf8589bcf05c699dea5a69aa74b28cb5c0843.tar.gz
polkit is actually a requirement
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6da4e7a816d..6fda61ec8b15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc="Automatic Timezone Updater"
arch=('any')
url="https://github.com/Stebalien/localtime"
license=('GPL3')
-depends=('dbus' 'geoclue2' 'systemd')
-makedepends=('git' 'go' 'polkit')
+depends=('dbus' 'geoclue2' 'systemd' 'polkit')
+makedepends=('git' 'go')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
install=localtime.install