X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/682ce8afdb070ace79789e25fc1e1f7de876f56c..d095fa5206dcd71fac723ca1e96b9268892c78fe:/packages/libassuan/build.sh diff --git a/packages/libassuan/build.sh b/packages/libassuan/build.sh index c15bfe3a..766341c1 100644 --- a/packages/libassuan/build.sh +++ b/packages/libassuan/build.sh @@ -3,5 +3,5 @@ TERMUX_PKG_DESCRIPTION="Library implementing the Assuan IPC protocol used betwee TERMUX_PKG_VERSION=2.4.3 TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-${TERMUX_PKG_VERSION}.tar.bz2 TERMUX_PKG_SHA256=22843a3bdb256f59be49842abf24da76700354293a066d82ade8134bb5aa2b71 -TERMUX_PKG_RM_AFTER_INSTALL="bin/libassuan-config" +TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="bin/libassuan-config" TERMUX_PKG_DEPENDS="libgpg-error"