summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanct122022-09-18 21:12:29 +0700
committerDanct122022-09-18 21:12:29 +0700
commitbe22abf96ff845e5ac364554e5d1f42c418c2900 (patch)
treee8b1ea9013c317465957325b3cea8e55327c99eb
parent490577fb273bb526b945a628e4b7821efc2cd48b (diff)
downloadaur-be22abf96ff845e5ac364554e5d1f42c418c2900.tar.gz
upgrade to 1.3.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 298cb0dd1b1c..909c7c4864c0 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.1
+ pkgver = 1.3.2
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=70cfd0ab2b36a3de4773f36c3cc3d0b4dc0705ad
+ source = waydroid::git+https://github.com/waydroid/waydroid.git#commit=68ed713ca10e9570ec0dbea72a3ba04a4ca54b4e
source = gbinder.conf
sha256sums = SKIP
sha256sums = 87a21d401281735ea026d715ea79b36e01f9af084198de2761b32d5b58a343dd
diff --git a/PKGBUILD b/PKGBUILD
index 160d6d892c6b..a6210978f1fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
pkgname=waydroid
-pkgver=1.3.1
+pkgver=1.3.2
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="70cfd0ab2b36a3de4773f36c3cc3d0b4dc0705ad" # tags/1.3.1
+_commit="68ed713ca10e9570ec0dbea72a3ba04a4ca54b4e" # tags/1.3.2
source=("waydroid::git+https://github.com/waydroid/waydroid.git#commit=$_commit"
gbinder.conf)