File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ pkgdesc='A container-based approach to boot a full Android system on a regular L
11
11
arch=(' any' )
12
12
url=' https://github.com/waydroid/waydroid'
13
13
license=(' GPL3' )
14
- depends=(' dnsmasq' ' lxc ' ' nftables ' ' python ' ' python-gbinder' ' python-gobject' ' which' )
14
+ depends=(' dbus-python ' ' dnsmasq' ' hicolor-icon-theme ' ' lxc ' ' nftables ' ' python-gbinder' ' python-gobject' ' which' )
15
15
optdepends=(' waydroid-image: Android image for use with waydroid'
16
16
' python-pyclip: share clipboard with container' )
17
17
source=(" ${pkgname} -${pkgver} .tar.gz" ::" ${url} /archive/refs/tags/${pkgver} .tar.gz" )
18
18
sha512sums=(' c5050c03543623a14a0f1a7a0b320e2786d95c208945767cddff7c3b46486cc19406eba798fce2224a383b3fe587e2e1b1f91ebb75c1da08cb50d33e724b6fef' )
19
19
20
20
package () {
21
- make -C " ${srcdir} /${pkgname} -${pkgver} / " install DESTDIR=" ${pkgdir} " USE_NFTABLES=1
21
+ make -C " ${srcdir} /${pkgname} -${pkgver} " DESTDIR=" ${pkgdir} " USE_NFTABLES=1 install
22
22
}
Original file line number Diff line number Diff line change 1
1
maintainers :
2
2
- github : Puqns67
3
+ email : me@puqns67.icu
3
4
4
5
build_prefix : extra-x86_64
5
6
@@ -15,3 +16,5 @@ update_on:
15
16
github : waydroid/waydroid
16
17
use_max_tag : true
17
18
- alias : python
19
+ - source : manual
20
+ manual : 1
You can’t perform that action at this time.
0 commit comments