summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFixed Torres2017-05-11 23:29:12 -0500
committerFixed Torres2017-05-11 23:29:12 -0500
commitf948f2e5c8b5953e7e57713a6384f66415267c99 (patch)
tree8075ecd294c79a2ff43a220244920967fc8c82d2
parentf1cba5ef79efaaf1faa6b078b49edad89ffb03bf (diff)
downloadaur-f948f2e5c8b5953e7e57713a6384f66415267c99.tar.gz
New git version, 1.9.5 07 May 2017
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d73498d22fa8..686ec4c0e09b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 7 13:33:51 UTC 2017
+# Fri May 12 04:27:12 UTC 2017
pkgbase = dnscrypt-proxy-git
pkgdesc = Is a protocol for securing communications between a client and a DNS resolver
- pkgver = 1.9.4.2384.c2dfc1e
+ pkgver = 1.9.5.2424.366d3b8
pkgrel = 1
url = http://dnscrypt.org/
install = dnscrypt-proxy-git.install
@@ -13,6 +13,7 @@ pkgbase = dnscrypt-proxy-git
depends = systemd
depends = libtool
depends = ldns
+ depends = git
conflicts = dnscrypt-proxy
options = libtool
backup = etc/dnscrypt-proxy.conf
diff --git a/PKGBUILD b/PKGBUILD
index a152c459169a..afc70c9a83ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=dnscrypt-proxy-git
_pkgname=dnscrypt-proxy
-pkgver=1.9.4.2384.c2dfc1e
+pkgver=1.9.5.2424.366d3b8
pkgrel=1
pkgdesc="Is a protocol for securing communications between a client and a DNS resolver"
arch=('i686' 'x86_64')
url="http://dnscrypt.org/"
license=('custom:ISC')
-depends=('libsodium' 'systemd' 'libtool' 'ldns')
+depends=('libsodium' 'systemd' 'libtool' 'ldns' 'git')
options=(libtool)
conflicts=('dnscrypt-proxy')
backup=('etc/dnscrypt-proxy.conf')