summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d668fa5d4fa1..c2d3b233f049 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = waydroid
pkgdesc = A container-based approach to boot a full Android system on a regular Linux system
- pkgver = r29.d2f2593
+ pkgver = r30.15bbf62
pkgrel = 1
url = https://github.com/waydroid
arch = any
+ license = GPL
makedepends = git
depends = lxc
depends = python
depends = python-gbinder
- depends = python-requests
+ depends = python-gobject
optdepends = waydroid-image: Android image for use with waydroid
- source = waydroid::git+https://github.com/waydroid/waydroid.git#commit=d2f25933af662bfa168b9d510444b95ab1fa976d
+ source = waydroid::git+https://github.com/waydroid/waydroid.git#commit=15bbf62e43e8e2482aab809d24153fcbfc83a7bf
source = gbinder.conf
sha256sums = SKIP
sha256sums = 87a21d401281735ea026d715ea79b36e01f9af084198de2761b32d5b58a343dd
diff --git a/PKGBUILD b/PKGBUILD
index e0f518213983..58a1f3b830a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
pkgname=waydroid
-pkgver=r29.d2f2593
+pkgver=r30.15bbf62
pkgrel=1
pkgdesc="A container-based approach to boot a full Android system on a regular Linux system"
arch=('any')
url='https://github.com/waydroid'
-depends=('lxc' 'python' 'python-gbinder' 'python-requests')
+license=('GPL')
+depends=('lxc' 'python' 'python-gbinder' 'python-gobject')
makedepends=('git')
optdepends=('waydroid-image: Android image for use with waydroid')
-_commit="d2f25933af662bfa168b9d510444b95ab1fa976d"
+_commit="15bbf62e43e8e2482aab809d24153fcbfc83a7bf"
source=("waydroid::git+https://github.com/waydroid/waydroid.git#commit=$_commit"
gbinder.conf)