summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoriamawacko2024-03-12 21:31:32 -0700
committeriamawacko2024-03-12 21:31:32 -0700
commit09d64d24392c3beb1a3b46fbc7cd34c3b97e088b (patch)
tree578ac61dc4dab3083019affe168d3cca2ce5d0ce
parent2064e4fcaf28e0f6f8be28df47aa401726dfff68 (diff)
downloadaur-09d64d24392c3beb1a3b46fbc7cd34c3b97e088b.tar.gz
feat: adopt package, update to 1.14.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43b6e6b901b0..90ece0d81dfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cwtch-bin
pkgdesc = UI for A decentralized, privacy-preserving, multi-party messaging protocol client (binary distribution)
- pkgver = 1.13.1
+ pkgver = 1.14.7
pkgrel = 1
url = https://cwtch.im
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = cwtch-bin
conflicts = cwtch
conflicts = cwtch-git
conflicts = libcwtch-go
- source_x86_64 = https://cwtch.im/releases/cwtch-v1.13.1/cwtch-v1.13.1.tar.gz
- sha512sums_x86_64 = 06662539ebbc0c338ce9331b1a9da5c6d0b06c3a6db2b7896b7a14ab6263325b237e5e76f342e3ff152234c2180c3e92cc6985a5e33e5d0726f281384b1b029d
+ source_x86_64 = https://git.openprivacy.ca/cwtch.im/cwtch-ui/releases/download/v1.14.7/cwtch-v1.14.7.tar.gz
+ sha512sums_x86_64 = 465e741781bf342c0bb810dd2f67145628336c05f9e57390045d47d7f3e24be2bf3bc882b6595aade24d7668e46c713ce1b9b66d4b61dac32b80a0dc1c1e9e84
pkgname = cwtch-bin
diff --git a/PKGBUILD b/PKGBUILD
index 84ef7c5058fc..227bef1192c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-#Maintainer: Trevor Bergeron <mal@sec.gd>
+#Maintainer: iamawacko <iamawacko@protonmail.com>
+#Contributor: Trevor Bergeron <mal@sec.gd>
_pkgname=cwtch
pkgname=$_pkgname-bin
-_pkgver=1.13.1
+_pkgver=1.14.7
pkgver="${_pkgver//-/_}"
pkgrel=1
@@ -16,8 +17,8 @@ license=('MIT')
optdepends=(
'tor: use system tor instead of packaged'
)
-source_x86_64=("$url/releases/$_pkgname-v${_pkgver%.0}/$_pkgname-v$_pkgver.tar.gz")
-sha512sums_x86_64=('06662539ebbc0c338ce9331b1a9da5c6d0b06c3a6db2b7896b7a14ab6263325b237e5e76f342e3ff152234c2180c3e92cc6985a5e33e5d0726f281384b1b029d')
+source_x86_64=("https://git.openprivacy.ca/$_pkgname.im/$_pkgname-ui/releases/download/v$_pkgver/cwtch-v$_pkgver.tar.gz")
+sha512sums_x86_64=('465e741781bf342c0bb810dd2f67145628336c05f9e57390045d47d7f3e24be2bf3bc882b6595aade24d7668e46c713ce1b9b66d4b61dac32b80a0dc1c1e9e84')
package() {
cd "$srcdir/$_pkgname"