summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bergeron2021-06-26 16:33:52 -0400
committerTrevor Bergeron2021-06-26 16:33:52 -0400
commit4098c446a5215e9ae7fa1cdf54366f8c38a9debd (patch)
tree89a08248d2ff54d47d2aec10eeea710c749ced3f
parent03bf30aa327ca8579ddc7d5fb8cbe44b6dda4633 (diff)
downloadaur-4098c446a5215e9ae7fa1cdf54366f8c38a9debd.tar.gz
Depends on tor
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4531e860e1ac..a9b422cc46b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = cwtch-bin
pkgdesc = A decentralized, privacy-preserving, multi-party messaging protocol client (binary distribution)
pkgver = 1.0.0_16_gb1f81e4
- pkgrel = 1
+ pkgrel = 2
url = https://cwtch.im
arch = x86_64
license = MIT
+ depends = tor
conflicts = cwtch
conflicts = cwtch-git
source = launch-cwtch.sh
diff --git a/PKGBUILD b/PKGBUILD
index 0632a8636d1e..04ea2399dc3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@ pkgname=$_pkgname-bin
_pkgver=1.0.0-16-gb1f81e4
pkgver="${_pkgver//-/_}"
-pkgrel=1
+pkgrel=2
pkgdesc="A decentralized, privacy-preserving, multi-party messaging protocol client (binary distribution)"
conflicts=('cwtch' 'cwtch-git')
arch=('x86_64')
url='https://cwtch.im'
license=('MIT')
+depends=('tor')
source=("launch-cwtch.sh")
source_x86_64=("$url/releases/$_pkgname-v$_pkgver/$_pkgname-v$_pkgver.tar.gz")
sha512sums=('8d947083bf4f0b4c90d3f714e36c8d59dadf1f7d9599eb226cfd080f7c492fd5ca0a4f423589a20336d8307d9776486bf17105e4f316852581581da3305e55aa')