summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanct122021-09-26 14:07:03 +0700
committerDanct122021-09-26 14:07:03 +0700
commit937fb6d28c1769a3956d8e17b72115bcd3f7ce10 (patch)
tree81c3f477e63f4f6597abbb1312519e00f1e362a6
parent25429fd527ef952c0d0979224c3fb313c5af7e8b (diff)
downloadaur-937fb6d28c1769a3956d8e17b72115bcd3f7ce10.tar.gz
update waydroid commit
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9566884cfd71..11a6173c4363 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 = 2
+ pkgver = r38.e990576
+ pkgrel = 1
url = https://github.com/waydroid
arch = any
license = GPL
@@ -13,7 +13,7 @@ pkgbase = waydroid
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 = waydroid::git+https://github.com/waydroid/waydroid.git#commit=e990576ec954ab53cdac5e534f5897d5f3ed0996
source = gbinder.conf
sha256sums = SKIP
sha256sums = 87a21d401281735ea026d715ea79b36e01f9af084198de2761b32d5b58a343dd
diff --git a/PKGBUILD b/PKGBUILD
index aa5048e7917f..7b7b052df5f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
pkgname=waydroid
-pkgver=r30.15bbf62
-pkgrel=2
+pkgver=r38.e990576
+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'
@@ -11,7 +11,7 @@ license=('GPL')
depends=('lxc' 'python' 'python-gbinder' 'python-gobject' 'nftables' 'dnsmasq')
makedepends=('git')
optdepends=('waydroid-image: Android image for use with waydroid')
-_commit="15bbf62e43e8e2482aab809d24153fcbfc83a7bf"
+_commit="e990576ec954ab53cdac5e534f5897d5f3ed0996"
source=("waydroid::git+https://github.com/waydroid/waydroid.git#commit=$_commit"
gbinder.conf)