summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Allen2017-01-11 11:37:34 -0800
committerSteven Allen2017-01-11 11:38:36 -0800
commitd54d0cf71141d42346a93fc10cab38a4488ff98a (patch)
tree41fbc8c18291268038e43ec37893d48dd688c4bd
parent1f150b13ef6680b8c40c6477dd6b34071aaa0853 (diff)
downloadaur-d54d0cf71141d42346a93fc10cab38a4488ff98a.tar.gz
Remove install file.
Calling systemd-sysusers is now handled by a pacman hook (in the systemd package).
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
-rw-r--r--localtime.install6
3 files changed, 7 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cb4d8f086d5..92723562225a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,22 @@
# Generated by mksrcinfo v8
-# Sat Sep 3 00:10:31 UTC 2016
+# Wed Jan 11 19:38:36 UTC 2017
pkgbase = localtime-git
pkgdesc = Automatic Timezone Updater
- pkgver = r36.59114f9
+ pkgver = r37.10b6c51
pkgrel = 1
url = http://stebalien.com/projects/localtime/
- install = localtime.install
arch = any
license = GPL3
makedepends = git
makedepends = go
depends = dbus
depends = geoclue2
- depends = systemd
+ depends = systemd>=232-7
depends = polkit
provides = localtime
conflicts = localtime
source = git+https://github.com/Stebalien/localtime.git
- source = localtime.install
md5sums = SKIP
- md5sums = 1ec88ae11d1801c5e398dbcacd605f63
pkgname = localtime-git
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}"
diff --git a/localtime.install b/localtime.install
deleted file mode 100644
index d9fe1e89d894..000000000000
--- a/localtime.install
+++ /dev/null
@@ -1,6 +0,0 @@
-post_install() {
- post_upgrade
-}
-post_upgrade() {
- systemd-sysusers /usr/lib/sysusers.d/localtime.conf
-}