summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTrevor Bergeron2023-06-16 19:06:24 -0400
committerTrevor Bergeron2023-06-16 19:06:24 -0400
commit65aa4a4e637cbed9c8b56e6c0b5060972c63cc64 (patch)
tree5e06194788f9ce071eeae15d131a66568f77888f /PKGBUILD
parent94735b412e397686749f532794515d2a65d11708 (diff)
downloadaur-65aa4a4e637cbed9c8b56e6c0b5060972c63cc64.tar.gz
fix source URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3dd88b546bb..a2b06d9163b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=cwtch-server
pkgname=$_pkgname
pkgver=1.4.5
-pkgrel=1
+pkgrel=2
pkgdesc="Server for Privacy Preserving Infrastructure for Asynchronous, Decentralized and Metadata Resistant Applications"
arch=('x86_64')
url="https://cwtch.im/"
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('go')
conflicts=("$_pkgname-git")
source=(
- "https://git.openprivacy.ca/cwtch.im/server/archive/v$pkgver.tar.gz"
+ "$_pkgname-v$pkgver.tar.gz::https://git.openprivacy.ca/api/v1/repos/cwtch.im/server/archive/v$pkgver.tar.gz"
"cwtch-server.service"
"cwtch.sysusers"
"cwtch.tmpfiles"