summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanct122021-09-12 21:39:02 +0700
committerDanct122021-09-12 21:39:02 +0700
commitfcc4022c0058e4fd97636e28f47243da52ab6254 (patch)
tree0b3bbbe4b522d7d5cf6c6e2ee137c6dc77f35abf
parent35cdc5985a45490aec62d5de9841f454e4073bb7 (diff)
downloadaur-fcc4022c0058e4fd97636e28f47243da52ab6254.tar.gz
update commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46ad26fadcd9..d668fa5d4fa1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waydroid
pkgdesc = A container-based approach to boot a full Android system on a regular Linux system
- pkgver = r26.ecd0da2
+ pkgver = r29.d2f2593
pkgrel = 1
url = https://github.com/waydroid
arch = any
@@ -10,7 +10,7 @@ pkgbase = waydroid
depends = python-gbinder
depends = python-requests
optdepends = waydroid-image: Android image for use with waydroid
- source = waydroid::git+https://github.com/waydroid/waydroid.git#commit=ecd0da2948b65184c759104de9d2a3e46257508f
+ source = waydroid::git+https://github.com/waydroid/waydroid.git#commit=d2f25933af662bfa168b9d510444b95ab1fa976d
source = gbinder.conf
sha256sums = SKIP
sha256sums = 87a21d401281735ea026d715ea79b36e01f9af084198de2761b32d5b58a343dd
diff --git a/PKGBUILD b/PKGBUILD
index efb0aab85371..e0f518213983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
pkgname=waydroid
-pkgver=r26.ecd0da2
+pkgver=r29.d2f2593
pkgrel=1
pkgdesc="A container-based approach to boot a full Android system on a regular Linux system"
arch=('any')
@@ -10,7 +10,7 @@ url='https://github.com/waydroid'
depends=('lxc' 'python' 'python-gbinder' 'python-requests')
makedepends=('git')
optdepends=('waydroid-image: Android image for use with waydroid')
-_commit="ecd0da2948b65184c759104de9d2a3e46257508f"
+_commit="d2f25933af662bfa168b9d510444b95ab1fa976d"
source=("waydroid::git+https://github.com/waydroid/waydroid.git#commit=$_commit"
gbinder.conf)