summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrián Laviós Gomis2018-04-06 08:57:44 +0200
committerAdrián Laviós Gomis2018-04-06 08:57:44 +0200
commit0bbc2216d5e3703ff84698cc2f55b080a698b02d (patch)
tree9ba2e3af89afb8ea6803470f3bbc523ae56bf984
parent1f385373f88e4cfe0f5ef9ba17999ea25a64bae3 (diff)
downloadaur-0bbc2216d5e3703ff84698cc2f55b080a698b02d.tar.gz
Correct provides and conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9f5456b2328..2c91e41466c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,9 +12,8 @@ pkgbase = dnscrypt-proxy-git
license = custom:ISC
makedepends = git
makedepends = go
- provides = dnscrypt-proxy-go
+ provides = dnscrypt-proxy
conflicts = dnscrypt-proxy
- conflicts = dnscrypt-proxy-go
backup = etc/dnscrypt-proxy/dnscrypt-proxy.toml
source = git+https://github.com/jedisct1/dnscrypt-proxy.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fd805dddc9d6..047d3150d9a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/jedisct1/dnscrypt-proxy"
license=('custom:ISC')
makedepends=('git' 'go')
-provides=('dnscrypt-proxy-go')
-conflicts=('dnscrypt-proxy' 'dnscrypt-proxy-go')
+provides=('dnscrypt-proxy')
+conflicts=('dnscrypt-proxy')
backup=('etc/dnscrypt-proxy/dnscrypt-proxy.toml')
source=('git+https://github.com/jedisct1/dnscrypt-proxy.git')
sha512sums=('SKIP')