summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 261a0751f717..1686d5f60a5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = lm-warp-git
depends = pygobject-devel
depends = python-setproctitle
depends = python-zeroconf
+ depends = python-xapp
source = lm-warp-git::git://github.com/linuxmint/warp/
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7fcb8fd7d6c4..d2b8490b65ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Share files across the LAN by Linux Mint"
arch=("x86_64")
_github="github.com/linuxmint/warp"
url="https://$_github"
-depends=(pygobject-devel python-setproctitle python-zeroconf)
+depends=(pygobject-devel python-setproctitle python-zeroconf python-xapp)
makedepends=(git meson)
source=("$pkgname::git://$_github/")
sha512sums=('SKIP')