summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD8
2 files changed, 17 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21b3dc71167f..dd4892191317 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = fractal-git
pkgdesc = Matrix.org gtk+ client
- pkgver = r225.e693b8d
+ pkgver = r840.d1dba64
pkgrel = 1
- url = https://gitlab.gnome.org/danigm/fractal
+ url = https://gitlab.gnome.org/World/fractal
arch = i686
arch = x86_64
license = GPL3
@@ -10,8 +10,17 @@ pkgbase = fractal-git
makedepends = rust
makedepends = pkg-config
makedepends = git
+ makedepends = meson
depends = gtk3
- source = git://github.com/danigm/fractal
+ depends = gstreamer
+ depends = gst-plugins-base
+ depends = gst-plugins-good
+ depends = gst-plugins-bad
+ depends = gst-plugins-ugly
+ depends = gst-libav
+ depends = gspell
+ provides = fractal
+ source = git+https://gitlab.gnome.org/World/fractal.git
md5sums = SKIP
pkgname = fractal-git
diff --git a/PKGBUILD b/PKGBUILD
index acf65bc4b153..46b59ff9ce76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
-# Maintainer: Falk Alexander Seidl <fa@terminal.run>
+# Maintainer: Christopher Davis <brainblastedmods@gmail.com>
+# Submitter: Falk Alexander Seidl <fa@terminal.run>
pkgname=fractal-git
_gitname=fractal
-pkgver=r582.d6145e8
+pkgver=r840.d1dba64
pkgrel=1
pkgdesc="Matrix.org gtk+ client"
arch=('i686' 'x86_64')
license=('GPL3')
url="https://gitlab.gnome.org/World/fractal"
-depends=('gtk3')
+depends=('gtk3' 'gstreamer' 'gst-plugins-base' 'gst-plugins-good'
+ 'gst-plugins-bad' 'gst-plugins-ugly' 'gst-libav' 'gspell')
conflics=('fractal')
provides=('fractal')
makedepends=('gtk3' 'rust' 'pkg-config' 'git' 'meson')