X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/e491616236837690a7df651d3b5980529986b190..81da923cf69403d54fd7d8dd98f3bef88426fe89:/packages/postgresql/build.sh diff --git a/packages/postgresql/build.sh b/packages/postgresql/build.sh index e97d868d..c82bba93 100644 --- a/packages/postgresql/build.sh +++ b/packages/postgresql/build.sh @@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://www.postgresql.org TERMUX_PKG_DESCRIPTION="Object-relational SQL database" TERMUX_PKG_MAINTAINER='Vishal Biswas @vishalbiswas' TERMUX_PKG_VERSION=10.3 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SHA256=6ea268780ee35e88c65cdb0af7955ad90b7d0ef34573867f223f14e43467931a TERMUX_PKG_SRCURL=https://ftp.postgresql.org/pub/source/v$TERMUX_PKG_VERSION/postgresql-$TERMUX_PKG_VERSION.tar.bz2 TERMUX_PKG_DEPENDS="openssl, libcrypt, readline, libandroid-shmem" @@ -42,6 +43,7 @@ termux_step_post_make_install() { pgrowlocks \ pg_freespacemap \ pg_stat_statements\ + fuzzystrmatch \ ; do (cd contrib/$contrib && make -s -j $TERMUX_MAKE_PROCESSES install) done