updated .SRCINFO
parent
2d6ff6f08a
commit
63615bd568
11
.SRCINFO
11
.SRCINFO
|
@ -1,5 +1,5 @@
|
||||||
pkgbase = cinny-desktop
|
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
|
pkgver = 2.0.3
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/cinnyapp/cinny-desktop
|
url = https://github.com/cinnyapp/cinny-desktop
|
||||||
|
@ -7,6 +7,15 @@ pkgbase = cinny-desktop
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = rust
|
makedepends = rust
|
||||||
makedepends = nodejs
|
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
|
source = cinny-desktop::https://github.com/cinnyapp/cinny-desktop/releases/download/v2.0.3/cinny-desktop-v2.0.3.zip
|
||||||
sha256sums = c74471769c2d89904b89f6418b396b9897878708393cd0a9a9d35e082c0a7e33
|
sha256sums = c74471769c2d89904b89f6418b396b9897878708393cd0a9a9d35e082c0a7e33
|
||||||
|
|
||||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -1,10 +1,11 @@
|
||||||
# vim: ft=bash
|
# vim: ft=bash
|
||||||
# Maintainer: Jef Roosens
|
# Maintainer: Jef Roosens
|
||||||
|
|
||||||
|
pkgbase='cinny-desktop'
|
||||||
pkgname='cinny-desktop'
|
pkgname='cinny-desktop'
|
||||||
pkgver='2.0.3'
|
pkgver='2.0.3'
|
||||||
pkgrel='1'
|
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')
|
arch=('x86_64')
|
||||||
|
|
||||||
url='https://github.com/cinnyapp/cinny-desktop'
|
url='https://github.com/cinnyapp/cinny-desktop'
|
||||||
|
|
Loading…
Reference in New Issue