summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2019-05-31 20:05:08 +0200
committerPier Luigi Fiorini2019-05-31 20:05:08 +0200
commitc0ecb4182615c6de6412b7c7c1ce84a75f226fc1 (patch)
tree84499dc2c0b387a96b184ba4542d753a222c51a7
parentc0cee520abf9033364369ceebce1777d06a4f131 (diff)
downloadaur-c0ecb4182615c6de6412b7c7c1ce84a75f226fc1.tar.gz
Add missing fluid-git dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16ab7518d48e..e448e39a03b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Mon Dec 24 13:45:30 UTC 2018
pkgbase = xdg-desktop-portal-liri-git
pkgdesc = A backend implementation for xdg-desktop-portal for Liri
pkgver = r13.118aecd
@@ -14,6 +12,7 @@ pkgbase = xdg-desktop-portal-liri-git
makedepends = git
makedepends = liri-cmake-shared-git
depends = libliri-git
+ depends = fluid-git
depends = xdg-desktop-portal
provides = xdg-desktop-portal-liri
provides = xdg-desktop-portal-impl
diff --git a/PKGBUILD b/PKGBUILD
index 91400c5dec77..7f028f03ca6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A backend implementation for xdg-desktop-portal for Liri"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url='https://liri.io'
license=('GPL3')
-depends=('libliri-git' 'xdg-desktop-portal')
+depends=('libliri-git' 'fluid-git' 'xdg-desktop-portal')
makedepends=('git' 'liri-cmake-shared-git')
conflicts=('xdg-desktop-portal-liri')
replaces=('xdg-desktop-portal-liri')