Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

waydroid: update to 1.4.3. (libgbinder 1.1.42.) #54387

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/libgbinder/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libgbinder'
pkgname=libgbinder
version=1.1.39
version=1.1.42
revision=1
build_style=gnu-makefile
make_use_env=1
Expand All @@ -16,7 +16,7 @@ license="BSD-3-Clause"
homepage="https://github.com/mer-hybris/libgbinder"
changelog="https://raw.githubusercontent.com/mer-hybris/libgbinder/master/debian/changelog"
distfiles="https://github.com/mer-hybris/libgbinder/archive/refs/tags/${version}.tar.gz"
checksum=fb10b125c4071413273b81de761cf3ef4ce169e814b740e6fc6ddb1ae2dad066
checksum=32dcf31c5dc823af11558d180ed5fabb160fdfafe60f01d3212fd200a0842aed

post_install() {
vlicense LICENSE
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/waydroid/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'waydroid'
pkgname=waydroid
version=1.4.2
revision=2
version=1.4.3
revision=1
# https://developer.android.com/ndk/guides/abis#sa
archs="aarch64* armv7* i686* x86_64*"
build_style=gnu-makefile
Expand All @@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
homepage="https://waydro.id"
changelog="https://raw.githubusercontent.com/waydroid/waydroid/main/debian/changelog"
distfiles="https://github.com/waydroid/waydroid/archive/refs/tags/${version}.tar.gz"
checksum=835af2ecfb61ba9c85eff6d2371886325c19b5ee0fbd9bab41169d3da36170cd
checksum=6557c6fed6a0a7417503eaaab3602efd67c6ced2026725ac24ec8c809fc672e4

python_version=3
pycompile_dirs="usr/lib/waydroid"
Expand Down