libdaemon: fix type in TERMUX_PKG_REVISION

It was bumped to upload it to repo, and that has been achieved in any
case, so lets just delete this line.

Also, no need for bumps for just building and uploading, it can be
done through github actions instead.

%ci:no-build
This commit is contained in:
Henrik Grimler 2021-11-29 16:18:02 +01:00
parent 0be130b144
commit 1f9ba967d3
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ TERMUX_PKG_DESCRIPTION="A lightweight C library that eases the writing of UNIX d
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.14
TERMUX_PKG_REVISON=1
TERMUX_PKG_SRCURL=https://0pointer.de/lennart/projects/libdaemon/libdaemon-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_setpgrp_void=yes"