Skip to content
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
8 changes: 4 additions & 4 deletions srcpkgs/gbinder-python/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'gbinder-python'
pkgname=gbinder-python
version=1.3.0
version=1.3.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython pkg-config"
Expand All @@ -9,6 +9,6 @@ depends="python3"
short_desc="Python bindings for libgbinder"
maintainer="Rutpiv <roger_freitas@live.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/erfanoabdi/gbinder-python"
distfiles="https://github.com/erfanoabdi/gbinder-python/archive/refs/tags/${version}.tar.gz"
checksum=5a9dfabd51285950dfba5db35f98ef3b3576d4bacb95c421b09e0fdabe781acf
homepage="https://github.com/waydroid/gbinder-python"
distfiles="https://github.com/waydroid/gbinder-python/archive/${version}.tar.gz"
checksum=27837fad61b741968a552d0b884e3d534b3b3cd1c92423018933972bc3aa9353
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.43
version=1.1.44
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=31e40d30b5624352681a0eb4e155708679b0349e084913e419f5b3c2c668ac76
checksum=d7c8108a90ceaffff8d61c0348bde4667e485ac1e77ea7965a825c6a8d98b443

post_install() {
vlicense LICENSE
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/libglibutil/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libglibutil'
pkgname=libglibutil
version=1.0.79
version=1.0.80
revision=1
build_style=gnu-makefile
make_use_env=1
Expand All @@ -11,12 +11,12 @@ make_install_target="install-dev"
hostmakedepends="pkg-config"
makedepends="glib-devel"
short_desc="Library of glib utilities"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Rutpiv <roger_freitas@live.com>"
license="BSD-3-Clause"
homepage="https://github.com/sailfishos/libglibutil"
changelog="https://raw.githubusercontent.com/sailfishos/libglibutil/master/debian/changelog"
distfiles="https://github.com/sailfishos/libglibutil/archive/refs/tags/${version}.tar.gz"
checksum=4d689cb79f8ea061e46b89008370dc771b07164ee496850d9d56d9d85f1be1c3
checksum=ab4728157b68f84492512c7a451fe193924ae2aac3aa851de06eb3fd5acdc714

post_install() {
vlicense LICENSE
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/waydroid/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'waydroid'
pkgname=waydroid
version=1.6.1
version=1.6.2
revision=1
# https://developer.android.com/ndk/guides/abis#sa
archs="aarch64* armv7* i686* x86_64*"
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=f81ae0281701942a8beb749397a4fa8ce828c2dc727878b44d1385e23a921bcd
checksum=4b963aceb9de2884020e98b26e40147b3f26a0444606633adc45b63752f57dca

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