summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanct122022-09-30 02:25:40 +0700
committerDanct122022-09-30 02:25:40 +0700
commitcec584d778009a122b66860c136eb55adfb26a31 (patch)
treec786f948f4d4bf7bdd1ef4d90315c0f49d3d9c2b
parentbe22abf96ff845e5ac364554e5d1f42c418c2900 (diff)
downloadaur-cec584d778009a122b66860c136eb55adfb26a31.tar.gz
upgrade to 1.3.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 909c7c4864c0..09cd878cf90b 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 = 1.3.2
+ pkgver = 1.3.3
pkgrel = 1
url = https://github.com/waydroid
arch = any
@@ -14,7 +14,7 @@ pkgbase = waydroid
depends = dnsmasq
optdepends = waydroid-image: Android image for use with waydroid
optdepends = python-pyclip: share clipboard with container
- source = waydroid::git+https://github.com/waydroid/waydroid.git#commit=68ed713ca10e9570ec0dbea72a3ba04a4ca54b4e
+ source = waydroid::git+https://github.com/waydroid/waydroid.git#commit=6b89a1c8228b95d8b61afdf5c67212e6a9bc35e3
source = gbinder.conf
sha256sums = SKIP
sha256sums = 87a21d401281735ea026d715ea79b36e01f9af084198de2761b32d5b58a343dd
diff --git a/PKGBUILD b/PKGBUILD
index a6210978f1fd..1ef2ee072142 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
pkgname=waydroid
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
pkgdesc="A container-based approach to boot a full Android system on a regular Linux system"
arch=('any')
@@ -12,7 +12,7 @@ depends=('lxc' 'python' 'python-gbinder' 'python-gobject' 'nftables' 'dnsmasq')
makedepends=('git')
optdepends=('waydroid-image: Android image for use with waydroid'
'python-pyclip: share clipboard with container')
-_commit="68ed713ca10e9570ec0dbea72a3ba04a4ca54b4e" # tags/1.3.2
+_commit="6b89a1c8228b95d8b61afdf5c67212e6a9bc35e3" # tags/1.3.3
source=("waydroid::git+https://github.com/waydroid/waydroid.git#commit=$_commit"
gbinder.conf)