Skip to content
Merged
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
6 changes: 3 additions & 3 deletions srcpkgs/libgbinder/template
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Template file for 'libgbinder'
pkgname=libgbinder
version=1.1.48
version=1.1.50
revision=1
build_style=gnu-makefile
make_use_env=1
make_build_args="KEEP_SYMBOLS=1"
make_build_target="release pkgconfig"
make_install_target="install-dev"
make_check_target="test"
hostmakedepends="pkg-config bison flex"
hostmakedepends="pkg-config"
makedepends="libglibutil-devel"
short_desc="GLib-style interface to binder (Android IPC mechanism)"
maintainer="Rutpiv <roger_freitas@live.com>"
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=471db8bc927d77f4b5f56b5a98ae5564f594a407f6e07202e064adc8023f1c59
checksum=eabf5b715b933665edefca87425908fb2d23a938de2b0eeb8fd7cb9a3d668f46

post_install() {
vlicense LICENSE
Expand Down