summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteven Allen2017-01-11 11:37:34 -0800
committerSteven Allen2017-01-11 11:38:36 -0800
commitd54d0cf71141d42346a93fc10cab38a4488ff98a (patch)
tree41fbc8c18291268038e43ec37893d48dd688c4bd /PKGBUILD
parent1f150b13ef6680b8c40c6477dd6b34071aaa0853 (diff)
downloadaur-d54d0cf71141d42346a93fc10cab38a4488ff98a.tar.gz
Remove install file.
Calling systemd-sysusers is now handled by a pacman hook (in the systemd package).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdf35ed8b8e5..7ed15fdbcb41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,17 @@
# Maintainer: Steven Allen <steven@stebalien.com>
pkgname=localtime-git
-pkgver=r36.59114f9
+pkgver=r37.10b6c51
pkgrel=1
pkgdesc="Automatic Timezone Updater"
arch=('any')
url="http://stebalien.com/projects/localtime/"
license=('GPL3')
-depends=('dbus' 'geoclue2' 'systemd' 'polkit')
+depends=('dbus' 'geoclue2' 'systemd>=232-7' 'polkit')
makedepends=('git' 'go')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-install=localtime.install
-source=("git+https://github.com/Stebalien/localtime.git" "localtime.install")
-md5sums=('SKIP'
- '1ec88ae11d1801c5e398dbcacd605f63')
+source=("git+https://github.com/Stebalien/localtime.git")
+md5sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname%-git}"