summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eabbf6e6a865..2f44a0b57f22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
pkgname=waydroid
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+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'
@@ -12,10 +12,9 @@ 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="9a87b10bbfd9cc04c8259207233fadad9acbf5d3" # tags/1.2.0
+_commit="02d2b113c6031cc41f610ce338dfd6a7a4f2a316" # tags/1.2.1
source=("waydroid::git+https://github.com/waydroid/waydroid.git#commit=$_commit"
- gbinder.conf
- 0001-fix-bad-eol-of-proc-dt-values.patch)
+ gbinder.conf)
pkgver() {
cd "$pkgname"
@@ -24,7 +23,6 @@ pkgver() {
prepare() {
cd waydroid
- patch -p1 < ../0001-fix-bad-eol-of-proc-dt-values.patch
}
package() {
@@ -43,5 +41,4 @@ package() {
}
sha256sums=('SKIP'
- '87a21d401281735ea026d715ea79b36e01f9af084198de2761b32d5b58a343dd'
- 'a0f2f5fe6c3e5af6afee144ad6deec067679d39a9544dfaa2d10e8dac7013bf8')
+ '87a21d401281735ea026d715ea79b36e01f9af084198de2761b32d5b58a343dd')