summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8866edff89e6..4ac50428b14f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = canonical-multipass
pkgdesc = Multipass is a lightweight VM manager for Linux, Windows and macOS.
pkgver = 1.8.1
- pkgrel = 3
+ pkgrel = 4
url = https://multipass.run
arch = x86_64
license = GPL3
makedepends = cmake
makedepends = libvirt
+ makedepends = qt5-x11extras
depends = apparmor
depends = qt5-base
source = git+https://github.com/canonical/multipass.git#tag=v1.8.1
diff --git a/PKGBUILD b/PKGBUILD
index b62ce52d9433..ef48fdf4f73b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=canonical-multipass
_realname=multipass
pkgver=1.8.1
-pkgrel=3
+pkgrel=4
pkgdesc="Multipass is a lightweight VM manager for Linux, Windows and macOS."
arch=('x86_64')
url="https://multipass.run"
license=('GPL3')
depends=('apparmor' 'qt5-base')
optdepednds=('qt5-x11extras')
-makedepends=('cmake' 'libvirt')
+makedepends=('cmake' 'libvirt' 'qt5-x11extras')
source=("git+https://github.com/canonical/${_realname}.git#tag=v${pkgver}"
git+https://github.com/CanonicalLtd/grpc.git
git+https://github.com/canonical/yaml-cpp.git