gdk-pixbuf: Update from 2.36.2 to 2.36.4
[termux-packages] / packages / getmail / build.sh
index c94e63b..7ed0928 100644 (file)
@@ -1,13 +1,13 @@
 TERMUX_PKG_HOMEPAGE=http://pyropus.ca/software/getmail/
 TERMUX_PKG_DESCRIPTION="fetchmail replacement relatively easy to configure"
-TERMUX_PKG_VERSION=4.49.0
+TERMUX_PKG_VERSION=4.51.0
 TERMUX_PKG_SRCURL=http://pyropus.ca/software/getmail/old-versions/getmail-${TERMUX_PKG_VERSION}.tar.gz
 TERMUX_PKG_DEPENDS="python2"
 TERMUX_PKG_BUILD_IN_SRC=yes
 TERMUX_PKG_PLATFORM_INDEPENDENT=yes
 
 termux_step_make_install () {
-        python setup.py install --prefix=$TERMUX_PREFIX --force
+        python2 setup.py install --prefix=$TERMUX_PREFIX --force
 }
 
 termux_step_post_massage () {