summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIwan Timmer2017-04-13 20:02:26 +0200
committerIwan Timmer2017-04-13 20:05:08 +0200
commit8e42040f3bbd0125db6dc26cdae71364ce0bfce3 (patch)
tree9c4803cf334226de456b7f17c4f881b5e3f5d116
parent067d233e5568d9f32f1e33c302ef07571785af71 (diff)
downloadaur-8e42040f3bbd0125db6dc26cdae71364ce0bfce3.tar.gz
Depends on anbox-image
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9311f4082920..4c0525d97b7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 13 17:47:54 UTC 2017
+# Thu Apr 13 18:02:03 UTC 2017
pkgbase = anbox-git
pkgver = 466
- pkgrel = 1
+ pkgrel = 2
url = http://anbox.io/
arch = x86_64
license = GPL3
@@ -30,6 +30,7 @@ pkgname = anbox-git
depends = lxc
depends = sdl2
depends = protobuf
+ depends = anbox-image
optdepends = anbox-modules-dkms-git: Required Android kernel modules
pkgname = anbox-modules-dkms-git
diff --git a/PKGBUILD b/PKGBUILD
index 15be7840b4a9..c2dc8842b413 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('anbox-git' 'anbox-modules-dkms-git')
_pkgname=anbox
pkgver=466
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="http://anbox.io/"
license=('GPL3')
@@ -43,7 +43,7 @@ build() {
}
package_anbox-git() {
- depends=('dbus-cpp' 'lxc' 'sdl2' 'protobuf')
+ depends=('dbus-cpp' 'lxc' 'sdl2' 'protobuf' 'anbox-image')
optdepends=('anbox-modules-dkms-git: Required Android kernel modules')
pkgdesc="Running Android in a container"