whatprovides: fix package description

This commit is contained in:
Leonid Pliushch 2020-11-20 02:52:00 +02:00
parent 8ac4f0a2bd
commit fb4d75515a
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://github.com/termux/whatprovides
TERMUX_PKG_DESCRIPTION="Whatprovides utility for termux"
TERMUX_PKG_DESCRIPTION="Find out packages using specific files"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="Krishna kanhaiya @kcubeterm"
TERMUX_PKG_VERSION=1.1.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/termux/whatprovides/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=ad1b76e67278a05c997ad5abbdb58ee47d406b203a5dc95b2b8e673d385e8386
TERMUX_PKG_DEPENDS="bash, coreutils, curl, gawk, gzip, sqlite"