megatools: fix hardcoded paths
[termux-packages] / packages / megatools / build.sh
index 705a336..f5903c8 100644 (file)
@@ -1,6 +1,7 @@
 TERMUX_PKG_HOMEPAGE=https://github.com/megous/megatools
 TERMUX_PKG_DESCRIPTION="Open-source command line tools and C library (libmega) for accessing Mega.co.nz cloud storage"
 TERMUX_PKG_VERSION=1.9.98
+TERMUX_PKG_REVISION=1
 TERMUX_PKG_SRCURL=https://github.com/megous/megatools/archive/$TERMUX_PKG_VERSION.tar.gz
 TERMUX_PKG_FOLDERNAME=megatools-$TERMUX_PKG_VERSION
 TERMUX_PKG_DEPENDS="glib, libandroid-support, libcurl, libgmp, openssl"
@@ -13,4 +14,4 @@ termux_step_pre_configure() {
 
     sed -i -e 's/-V -qversion//' configure
     sed -i -e 's/GOBJECT_INTROSPECTION_CHECK/#GOBJECT_INTROSPECTION_CHECK/' configure
-}
\ No newline at end of file
+}