updated .SRCINFO

main
Jef Roosens 2022-05-22 10:49:34 +02:00
parent 2d6ff6f08a
commit 63615bd568
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
2 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,5 @@
pkgbase = cinny-desktop
pkgdesc = Cinny is a matrix client focusing primarily on simple, elegant and secure interface.
pkgdesc = Cinny is a matrix client focusing primarily on a simple, elegant and secure interface.
pkgver = 2.0.3
pkgrel = 1
url = https://github.com/cinnyapp/cinny-desktop
@ -7,6 +7,15 @@ pkgbase = cinny-desktop
license = MIT
makedepends = rust
makedepends = nodejs
makedepends = npm
depends = webkit2gtk
depends = openssl
depends = gtk3
depends = appmenu-gtk-module
depends = libappindicator-gtk3
depends = librsvg
depends = libvips
depends = sqlite
source = cinny-desktop::https://github.com/cinnyapp/cinny-desktop/releases/download/v2.0.3/cinny-desktop-v2.0.3.zip
sha256sums = c74471769c2d89904b89f6418b396b9897878708393cd0a9a9d35e082c0a7e33

View File

@ -1,10 +1,11 @@
# vim: ft=bash
# Maintainer: Jef Roosens
pkgbase='cinny-desktop'
pkgname='cinny-desktop'
pkgver='2.0.3'
pkgrel='1'
pkgdesc='Cinny is a matrix client focusing primarily on simple, elegant and secure interface.'
pkgdesc='Cinny is a matrix client focusing primarily on a simple, elegant and secure interface.'
arch=('x86_64')
url='https://github.com/cinnyapp/cinny-desktop'