summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFixed Torres2018-01-14 21:30:06 -0500
committerFixed Torres2018-01-14 21:30:06 -0500
commit57dc861c75d82c9e89ca530279d9dffe25e8d179 (patch)
tree5607af1250ba75382c1f17b8a13d3a4ca3491b12
parent1850a5da34f97448eb49d90a0c1ff16ce6f6880e (diff)
downloadaur-57dc861c75d82c9e89ca530279d9dffe25e8d179.tar.gz
New repository https://github.com/dyne/dnscrypt-proxy perhaps temporary
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8d24eef45ec..48f0f924ba4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Jan 12 00:59:25 UTC 2018
+# Mon Jan 15 02:29:46 UTC 2018
pkgbase = dnscrypt-proxy-git
pkgdesc = Is a protocol for securing communications between a client and a DNS resolver
pkgver = 2018.01.07.2504.f71ca69
- pkgrel = 1
- url = https://github.com/DNSCrypt/dnscrypt-proxy
+ pkgrel = 2
+ url = https://github.com/dyne/dnscrypt-proxy
install = dnscrypt-proxy-git.install
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8624e42735c6..5426f7410b09 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=dnscrypt-proxy-git
_pkgname=dnscrypt-proxy
pkgver=2018.01.07.2504.f71ca69
-pkgrel=1
+pkgrel=2
pkgdesc="Is a protocol for securing communications between a client and a DNS resolver"
arch=('i686' 'x86_64')
-url="https://github.com/DNSCrypt/dnscrypt-proxy"
+url="https://github.com/dyne/dnscrypt-proxy"
license=('custom:ISC')
depends=('libsodium' 'systemd' 'libtool' 'ldns' 'git')
options=(libtool)