libprotobuf-c: add missing dependency protobuf

This commit is contained in:
Henrik Grimler 2019-04-12 21:34:33 +02:00
parent 7072ba04d8
commit 0b730b5d0f
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
TERMUX_PKG_VERSION=1.3.1
TERMUX_PKG_SHA256=51472d3a191d6d7b425e32b612e477c06f73fe23e07f6a6a839b11808e9d2267
TERMUX_PKG_SRCURL=https://github.com/protobuf-c/protobuf-c/releases/download/v${TERMUX_PKG_VERSION}/protobuf-c-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="libprotobuf"
TERMUX_PKG_DEPENDS="libprotobuf, protobuf"