summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanct122023-02-22 14:17:17 +0700
committerDanct122023-02-22 14:17:17 +0700
commit00acec0446ac21e6bb1177ebe228120b4574e652 (patch)
treedb2afac92c1546e2070024268f769a609ebb0073
parentd1051470c079476b2ba429e2de0e86730838e63a (diff)
downloadaur-00acec0446ac21e6bb1177ebe228120b4574e652.tar.gz
upgrade to 1.4.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d96e63a04388..d62daeeef5b7 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.4
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/waydroid
arch = any
@@ -14,7 +14,7 @@ pkgbase = waydroid
depends = dnsmasq
depends = which
optdepends = python-pyclip: share clipboard with container
- source = waydroid::git+https://github.com/waydroid/waydroid.git#commit=2fa63fdef4ed773f30b5166662fb5bc7ca87d8df
+ source = waydroid::git+https://github.com/waydroid/waydroid.git#commit=865e041af854e3f63eb8f72eb7aa4f5075e0b866
source = gbinder.conf
sha256sums = SKIP
sha256sums = 87a21d401281735ea026d715ea79b36e01f9af084198de2761b32d5b58a343dd
diff --git a/PKGBUILD b/PKGBUILD
index 365254631c6c..4742363b2495 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
pkgname=waydroid
-pkgver=1.3.4
+pkgver=1.4.0
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' 'python-gbinder' 'python-gobject' 'nftables' 'dnsmasq' 'which')
makedepends=('git')
optdepends=('python-pyclip: share clipboard with container')
-_commit="2fa63fdef4ed773f30b5166662fb5bc7ca87d8df" # tags/1.3.4
+_commit="865e041af854e3f63eb8f72eb7aa4f5075e0b866" # tags/1.4.0
source=("waydroid::git+https://github.com/waydroid/waydroid.git#commit=$_commit"
gbinder.conf)