summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanct122023-01-03 03:03:00 +0700
committerDanct122023-01-03 03:03:36 +0700
commitd1051470c079476b2ba429e2de0e86730838e63a (patch)
treeac55ee263a6d2e434222c0f402c0edf2425da891
parentcec584d778009a122b66860c136eb55adfb26a31 (diff)
downloadaur-d1051470c079476b2ba429e2de0e86730838e63a.tar.gz
upgrade to 1.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09cd878cf90b..d96e63a04388 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.3
+ pkgver = 1.3.4
pkgrel = 1
url = https://github.com/waydroid
arch = any
@@ -12,9 +12,9 @@ pkgbase = waydroid
depends = python-gobject
depends = nftables
depends = dnsmasq
- optdepends = waydroid-image: Android image for use with waydroid
+ depends = which
optdepends = python-pyclip: share clipboard with container
- source = waydroid::git+https://github.com/waydroid/waydroid.git#commit=6b89a1c8228b95d8b61afdf5c67212e6a9bc35e3
+ source = waydroid::git+https://github.com/waydroid/waydroid.git#commit=2fa63fdef4ed773f30b5166662fb5bc7ca87d8df
source = gbinder.conf
sha256sums = SKIP
sha256sums = 87a21d401281735ea026d715ea79b36e01f9af084198de2761b32d5b58a343dd
diff --git a/PKGBUILD b/PKGBUILD
index 1ef2ee072142..365254631c6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,16 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
pkgname=waydroid
-pkgver=1.3.3
+pkgver=1.3.4
pkgrel=1
pkgdesc="A container-based approach to boot a full Android system on a regular Linux system"
arch=('any')
url='https://github.com/waydroid'
license=('GPL')
-depends=('lxc' 'python' 'python-gbinder' 'python-gobject' 'nftables' 'dnsmasq')
+depends=('lxc' 'python' 'python-gbinder' 'python-gobject' 'nftables' 'dnsmasq' 'which')
makedepends=('git')
-optdepends=('waydroid-image: Android image for use with waydroid'
- 'python-pyclip: share clipboard with container')
-_commit="6b89a1c8228b95d8b61afdf5c67212e6a9bc35e3" # tags/1.3.3
+optdepends=('python-pyclip: share clipboard with container')
+_commit="2fa63fdef4ed773f30b5166662fb5bc7ca87d8df" # tags/1.3.4
source=("waydroid::git+https://github.com/waydroid/waydroid.git#commit=$_commit"
gbinder.conf)