summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2021-07-10 13:57:12 +0600
committerMubashshir2021-07-10 14:00:23 +0600
commit9fb89d634112bf47af8eaf8a377ddb40e4d1f0db (patch)
treec2547556711d394f3b32b7749adab556b244cf9b
parentba92440f646ff4f15006bb8336bb96f7ed6de5ed (diff)
downloadaur-9fb89d634112bf47af8eaf8a377ddb40e4d1f0db.tar.gz
change-deps: anbox-git 1r1350.04ac697-6
This will replace anbox-launchers package
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d1ac5333fd9..1cd971f2a658 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = anbox-git
pkgdesc = Running Android in a container
pkgver = r1350.04ac697
- pkgrel = 5
+ pkgrel = 6
epoch = 1
url = http://anbox.io/
arch = x86_64
@@ -21,7 +21,8 @@ pkgbase = anbox-git
depends = libsystemd
depends = boost-libs
depends = sdbus-cpp
- conflicts = anbox-launchers-git
+ conflicts = anbox-launchers
+ replaces = anbox-launchers
source = git+https://github.com/anbox/anbox.git
source = git+https://github.com/google/cpu_features.git
source = no-bundled-sdbus.patch
diff --git a/PKGBUILD b/PKGBUILD
index e8e1554c3619..f317f7c38b3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,15 @@
pkgname=anbox-git
pkgver=r1350.04ac697
-pkgrel=5
+pkgrel=6
epoch=1
arch=('x86_64')
url="http://anbox.io/"
license=('GPL3')
pkgdesc="Running Android in a container"
depends=('lxc-git' 'sdl2_image' 'protobuf' 'anbox-image' 'libsystemd' 'boost-libs' 'sdbus-cpp')
-conflicts=('anbox-launchers-git')
+replaces=('anbox-launchers')
+conflicts=('anbox-launchers')
makedepends=('cmake' 'git' 'glm' 'lxc' 'boost' 'properties-cpp' 'gtest' 'python')
source=("git+https://github.com/anbox/anbox.git"
"git+https://github.com/google/cpu_features.git"