p11-kit: fix maintainer field

No multi-nicks: you may specify only same account for maintained packages.

No free-form data: there are specific formats:
* @nickname
* Real Name @nickname
* Real Name <email@example.com>
This commit is contained in:
Leonid Pliushch 2021-06-08 10:43:06 +03:00
parent ca33fd4bd5
commit 09492ef859
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
TERMUX_PKG_HOMEPAGE="https://p11-glue.github.io/p11-glue/p11-kit.html"
TERMUX_PKG_DESCRIPTION="Provides a way to load and enumerate PKCS#11 modules"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="Leap of Azzam (@leapofazzam-backup)"
TERMUX_PKG_MAINTAINER="@leapofazzam123"
TERMUX_PKG_VERSION=0.24.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL="https://github.com/p11-glue/p11-kit/releases/download/$TERMUX_PKG_VERSION/p11-kit-$TERMUX_PKG_VERSION.tar.xz"
TERMUX_PKG_SHA256="81e6140584f635e4e956a1b93a32239acf3811ff5b2d3a5c6094e94e99d2c685"
TERMUX_PKG_DEPENDS="gettext, libffi, libtasn1"