summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanct122022-08-10 01:43:15 +0700
committerDanct122022-08-10 01:43:35 +0700
commit0e2ba63495569f6e0b77cc5bcea37e24ccafdb7e (patch)
tree692b9bd1e2fee7839f9327e0c6d35b81e7872438
parent1f393cc6ad078f1d96d8e183a655e1ff06dbf567 (diff)
downloadaur-0e2ba63495569f6e0b77cc5bcea37e24ccafdb7e.tar.gz
upgrade to 1.3.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7a9e5127bd4..f8165caaf38a 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.2.1
+ pkgver = 1.3.0
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=02d2b113c6031cc41f610ce338dfd6a7a4f2a316
+ source = waydroid::git+https://github.com/waydroid/waydroid.git#commit=1eba5463d904e3e87cc237627d96727a90960624
source = gbinder.conf
sha256sums = SKIP
sha256sums = 87a21d401281735ea026d715ea79b36e01f9af084198de2761b32d5b58a343dd
diff --git a/PKGBUILD b/PKGBUILD
index 2f44a0b57f22..f48789bf8674 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
pkgname=waydroid
-pkgver=1.2.1
+pkgver=1.3.0
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="02d2b113c6031cc41f610ce338dfd6a7a4f2a316" # tags/1.2.1
+_commit="1eba5463d904e3e87cc237627d96727a90960624" # tags/1.3.0
source=("waydroid::git+https://github.com/waydroid/waydroid.git#commit=$_commit"
gbinder.conf)