diff options
author | Trevor Bergeron | 2021-09-09 02:31:06 -0400 |
---|---|---|
committer | Trevor Bergeron | 2021-09-09 02:31:06 -0400 |
commit | 7d41482bfa74b74f5b37fbd5cb431f774a190865 (patch) | |
tree | 1bb82cc4e4f02d80b66c0b7f7ecf489ac4b671ea | |
parent | 9e4f82eca0444cc9e64be0302ae474846e0cf888 (diff) | |
download | aur-7d41482bfa74b74f5b37fbd5cb431f774a190865.tar.gz |
ninja makedep, flutter-dev, conflicts
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 6 deletions
@@ -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 @@ -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') |