summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bergeron2021-09-09 02:31:06 -0400
committerTrevor Bergeron2021-09-09 02:31:06 -0400
commit7d41482bfa74b74f5b37fbd5cb431f774a190865 (patch)
tree1bb82cc4e4f02d80b66c0b7f7ecf489ac4b671ea
parent9e4f82eca0444cc9e64be0302ae474846e0cf888 (diff)
downloadaur-7d41482bfa74b74f5b37fbd5cb431f774a190865.tar.gz
ninja makedep, flutter-dev, conflicts
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 156cb21e1d01..df6431411261 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = cwtch-git
pkgdesc = UI for Privacy Preserving Infrastructure for Asynchronous, Decentralized and Metadata Resistant Applications (git)
- pkgver = 1.2.0.r0.g7737085
+ pkgver = 1.2.0.r14.g4c46620
pkgrel = 1
url = https://cwtch.im/
arch = x86_64
license = MIT
- makedepends = flutter-beta
- makedepends = go
+ makedepends = flutter-dev
+ makedepends = ninja
makedepends = git
depends = libcwtch-go
provides = cwtch
+ conflicts = cwtch
+ conflicts = cwtch-bin
source = cwtch::git+https://git.openprivacy.ca/cwtch.im/cwtch-ui
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 352dd4aa838d..fe613df32083 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_pkgname=cwtch
pkgname=$_pkgname-git
-pkgver=1.2.0.r0.g7737085
+pkgver=1.2.0.r14.g4c46620
pkgrel=1
pkgdesc="UI for Privacy Preserving Infrastructure for Asynchronous, Decentralized and Metadata Resistant Applications (git)"
arch=('x86_64')
url="https://cwtch.im/"
license=('MIT')
depends=('libcwtch-go')
-# flutter-beta until 2.5
-makedepends=('flutter-beta' 'go' 'git')
+makedepends=('flutter-dev' 'ninja' 'git')
provides=("$_pkgname")
+conflicts=('cwtch' 'cwtch-bin')
source=("$_pkgname::git+https://git.openprivacy.ca/cwtch.im/cwtch-ui")
sha512sums=('SKIP')