summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanct122023-11-06 19:55:16 +0000
committerDanct122023-11-06 19:55:16 +0000
commitf5bb8b45a550ae9efd0bf9261b558b5171fca6a7 (patch)
treeb00a713851dda773679e51a9612652690c5aba29
parentc63c199618287ad701438f8d0db0d8484cffa36f (diff)
downloadaur-waydroid.tar.gz
upgrade to 1.4.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2b60ec0cc97..0e711c7b0a30 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.4.1
+ pkgver = 1.4.2
pkgrel = 1
url = https://waydro.id/
arch = any
@@ -14,7 +14,7 @@ pkgbase = waydroid
depends = gtk3
depends = dbus-python
optdepends = python-pyclip: share clipboard with container
- source = waydroid::git+https://github.com/waydroid/waydroid.git#commit=7ce2e28e8ea76c1e79b273d122921c1f394e842f
+ source = waydroid::git+https://github.com/waydroid/waydroid.git#commit=209c90d47330ddb357b5209309c80c4257f05fe3
sha256sums = SKIP
pkgname = waydroid
diff --git a/PKGBUILD b/PKGBUILD
index ec4ea66a8154..827916372a94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
pkgname=waydroid
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc="A container-based approach to boot a full Android system on a regular Linux system"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('lxc' 'python-gbinder' 'python-gobject' 'nftables' 'dnsmasq' 'gtk3' 'dbus-python')
makedepends=('git')
optdepends=('python-pyclip: share clipboard with container')
-_commit="7ce2e28e8ea76c1e79b273d122921c1f394e842f" # tags/1.4.1
+_commit="209c90d47330ddb357b5209309c80c4257f05fe3" # tags/1.4.2
source=("waydroid::git+https://github.com/waydroid/waydroid.git#commit=$_commit")
pkgver() {