postgresql: Update from 9.6.2 to 9.6.3
[termux-packages] / packages / libgpg-error / build.sh
index 30f5779..3b96f42 100755 (executable)
@@ -1,8 +1,8 @@
-TERMUX_PKG_HOMEPAGE=http://www.gnupg.org/related_software/libgpg-error/
+TERMUX_PKG_HOMEPAGE=https://www.gnupg.org/related_software/libgpg-error/
 TERMUX_PKG_DESCRIPTION="Small library that defines common error values for all GnuPG components"
-TERMUX_PKG_VERSION=1.21
-TERMUX_PKG_BUILD_REVISION=1
-TERMUX_PKG_SRCURL=ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${TERMUX_PKG_VERSION}.tar.bz2
+TERMUX_PKG_VERSION=1.27
+TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${TERMUX_PKG_VERSION}.tar.bz2
+TERMUX_PKG_SHA256=4f93aac6fecb7da2b92871bb9ee33032be6a87b174f54abf8ddf0911a22d29d2
 TERMUX_PKG_RM_AFTER_INSTALL="share/common-lisp"
 
 termux_step_post_extract_package () {
@@ -17,5 +17,9 @@ termux_step_post_extract_package () {
                # Android i686 has same config as arm (verified by generating a file on a i686 device):
                cp $TERMUX_PKG_SRCDIR/src/syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h \
                   $TERMUX_PKG_SRCDIR/src/syscfg/lock-obj-pub.linux-android.h
+       elif [ $TERMUX_ARCH = x86_64 ]; then
+               # FIXME: Generate on device.
+               cp $TERMUX_PKG_BUILDER_DIR/lock-obj-pub.aarch64-unknown-linux-android.h \
+                       $TERMUX_PKG_SRCDIR/src/syscfg/lock-obj-pub.linux-android.h
        fi
 }