summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanct122021-09-15 23:22:13 +0700
committerDanct122021-09-15 23:22:13 +0700
commit25429fd527ef952c0d0979224c3fb313c5af7e8b (patch)
treef90322e89fe0d8f8d8135a32a93d559b7af20893
parent489ca2b6a20eec437623a98e8bc110f5ace49901 (diff)
downloadaur-25429fd527ef952c0d0979224c3fb313c5af7e8b.tar.gz
update dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2d3b233f049..9566884cfd71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = waydroid
pkgdesc = A container-based approach to boot a full Android system on a regular Linux system
pkgver = r30.15bbf62
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/waydroid
arch = any
license = GPL
@@ -10,6 +10,8 @@ pkgbase = waydroid
depends = python
depends = python-gbinder
depends = python-gobject
+ depends = nftables
+ depends = dnsmasq
optdepends = waydroid-image: Android image for use with waydroid
source = waydroid::git+https://github.com/waydroid/waydroid.git#commit=15bbf62e43e8e2482aab809d24153fcbfc83a7bf
source = gbinder.conf
diff --git a/PKGBUILD b/PKGBUILD
index 58a1f3b830a4..aa5048e7917f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=waydroid
pkgver=r30.15bbf62
-pkgrel=1
+pkgrel=2
pkgdesc="A container-based approach to boot a full Android system on a regular Linux system"
arch=('any')
url='https://github.com/waydroid'
license=('GPL')
-depends=('lxc' 'python' 'python-gbinder' 'python-gobject')
+depends=('lxc' 'python' 'python-gbinder' 'python-gobject' 'nftables' 'dnsmasq')
makedepends=('git')
optdepends=('waydroid-image: Android image for use with waydroid')
_commit="15bbf62e43e8e2482aab809d24153fcbfc83a7bf"