summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Laker2020-02-13 20:01:00 -0500
committerKyle Laker2020-02-13 20:01:00 -0500
commit740860256360eb8c724d00977f9a0a3fc5c937cd (patch)
tree4f433b2cb9ea4e66b0e9a66ceae3955f5289e727
parent8f8c0fde4f82aa397a0a5e26155fc6f02d21262c (diff)
downloadaur-740860256360eb8c724d00977f9a0a3fc5c937cd.tar.gz
Add additional missing dependency
-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')