summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2015-01-18 22:06:13 -0800
committermutantmonkey2015-01-18 22:06:13 -0800
commit347cced7cca61b22b679c9b6c2f0d3fcf55999a7 (patch)
treeb4320f6e341f0a69765c9487d5f07b7c6dbd4215
parentaa5257adcb8eb7fe9763ee8fc2ff7233aca36bbd (diff)
downloadaur-347cced7cca61b22b679c9b6c2f0d3fcf55999a7.tar.gz
tlsdate-git: add libevent and libseccomp to deps
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e414145c8014..5e99de6bda01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.in>
# Contributor: skydrome <skydrome@tormail.org>
pkgname=tlsdate-git
-pkgver=692.5be06de
+pkgver=704.fd04f48
pkgrel=1
pkgdesc="A secure rdate replacement to update local time over HTTPS, git version"
arch=('i686' 'x86_64' 'armv6l' 'armv6h' 'arm7l' 'arm7h')
url="https://github.com/ioerror/tlsdate"
license=('BSD')
-depends=('openssl' 'ca-certificates' 'dbus' 'zlib')
+depends=('openssl' 'ca-certificates' 'dbus' 'zlib' 'libevent' 'libseccomp')
conflicts=('tlsdate')
provides=('tlsdate')
options=(emptydirs)