makedeb
A Flutter based Cwtch UI
Click here to go back to the commit logs for cwtch-ui-bin.
Hash: dd7a1f966f94fdd13aa8a72833d0e4bfd4d88c1e
Message: Add runtime dependencies
* As 1 dependency is `tor`, I suggest to also add Tor Project's APT repo:
* https://support.torproject.org/apt/
diff --git a/.SRCINFO b/.SRCINFO
index 4295904..3184183 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,19 @@
pkgbase = cwtch-ui-bin
pkgdesc = A Flutter based Cwtch UI
pkgver = 1.15.4
- pkgrel = 1
+ pkgrel = 2
url = https://docs.cwtch.im
arch = amd64
license = MIT
+ depends = libevent
+ depends = tor
+ depends = tor-geoipdb
+ depends = torsocks
provides = cwtch-ui
conflicts = cwtch-ui
conflicts = cwtch-ui-deb
- noextract = cwtch-ui-bin_1.15.4-1_amd64.deb
- source = cwtch-ui-bin_1.15.4-1_amd64.deb::https://git.openprivacy.ca/cwtch.im/cwtch-ui/releases/download/v1.15.4/cwtch-1.15.4.deb
+ noextract = cwtch-ui-bin_1.15.4-2_amd64.deb
+ source = cwtch-ui-bin_1.15.4-2_amd64.deb::https://git.openprivacy.ca/cwtch.im/cwtch-ui/releases/download/v1.15.4/cwtch-1.15.4.deb
b2sums = 2240c22447f907800d652ecb96940cb17abd2c61b57c94d98e13b8d8e007423f1f5f2626ff6553a3df8bf78a22cb222d65763e832d496a9caecc463717a43a0b
pkgname = cwtch-ui-bin
diff --git a/PKGBUILD b/PKGBUILD
index a82b8a4..6bdff64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname="cwtch-ui-bin"
_pkgname="cwtch-ui"
pkgver='1.15.4'
-pkgrel='1'
+pkgrel='2'
pkgdesc="A Flutter based Cwtch UI"
arch=('amd64')
-depends=()
+depends=('libevent' 'tor' 'tor-geoipdb' 'torsocks')
license=('MIT')
url="https://docs.cwtch.im"
_url="https://git.openprivacy.ca/cwtch.im/cwtch-ui"