summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChewing_Bever2022-06-23 08:22:15 +0200
committerChewing_Bever2022-06-23 08:22:15 +0200
commit983e56e9bcb36d8930c05ea7f08161da5157e8bf (patch)
tree70e5a9f36202c038aff64a91d30affb86fb7cdfc /PKGBUILD
parente668b5fecbabe979deb26c8f14ebb79430e2f71e (diff)
downloadaur-983e56e9bcb36d8930c05ea7f08161da5157e8bf.tar.gz
Added gst-plugins-good dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f579fa2b616..db5127c8dfc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='cinny-desktop'
pkgname='cinny-desktop'
pkgver='2.0.4'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Cinny is a matrix client focusing primarily on a simple, elegant and secure interface.'
arch=('x86_64')
@@ -20,6 +20,7 @@ depends=(
'librsvg'
'libvips'
'sqlite'
+ 'gst-plugins-good'
)
makedepends=('rust' 'nodejs' 'npm')