summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63112e3b1e05..532e9fdc83da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = anbox-git
pkgdesc = Running Android in a container
pkgver = r1350.04ac697
- pkgrel = 10
+ pkgrel = 17
epoch = 1
url = http://anbox.io/
arch = x86_64
@@ -13,6 +13,8 @@ pkgbase = anbox-git
makedepends = properties-cpp
makedepends = gtest
makedepends = python
+ makedepends = systemd
+ makedepends = dbus
depends = lxc-git
depends = sdl2_image
depends = protobuf
diff --git a/PKGBUILD b/PKGBUILD
index 76b45e3db286..6547d10318b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=anbox-git
pkgver=r1350.04ac697
-pkgrel=10
+pkgrel=17
epoch=1
arch=('x86_64')
url="http://anbox.io/"
@@ -14,7 +14,7 @@ pkgdesc="Running Android in a container"
depends=('lxc-git' 'sdl2_image' 'protobuf' 'anbox-image' 'libsystemd' 'boost-libs' 'sdbus-cpp')
replaces=('anbox-launchers')
conflicts=('anbox-launchers')
-makedepends=('cmake' 'git' 'glm' 'boost' 'properties-cpp' 'gtest' 'python')
+makedepends=('cmake' 'git' 'glm' 'boost' 'properties-cpp' 'gtest' 'python' 'systemd' 'dbus')
source=("git+https://github.com/anbox/anbox.git"
"git+https://github.com/google/cpu_features.git"
"no-bundled-sdbus.patch"