diff options
-rw-r--r-- | development/geany-plugins/geany-plugins.SlackBuild | 5 | ||||
-rw-r--r-- | development/geany-plugins/geany-plugins.info | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/development/geany-plugins/geany-plugins.SlackBuild b/development/geany-plugins/geany-plugins.SlackBuild index f83d24874f9d7..ead50f0428db3 100644 --- a/development/geany-plugins/geany-plugins.SlackBuild +++ b/development/geany-plugins/geany-plugins.SlackBuild @@ -26,7 +26,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=geany-plugins -VERSION=${VERSION:-1.34.0} +VERSION=${VERSION:-1.36.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,10 +72,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -./autogen.sh CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -./configure \ +./autogen.sh \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ diff --git a/development/geany-plugins/geany-plugins.info b/development/geany-plugins/geany-plugins.info index 06c67e8dd8b1e..a1b4ae4ed58d8 100644 --- a/development/geany-plugins/geany-plugins.info +++ b/development/geany-plugins/geany-plugins.info @@ -1,8 +1,8 @@ PRGNAM="geany-plugins" -VERSION="1.34.0" +VERSION="1.36.0" HOMEPAGE="https://plugins.geany.org/" -DOWNLOAD="https://github.com/geany/geany-plugins/archive/1.34.0/geany-plugins-1.34.0.tar.gz" -MD5SUM="64a0bfa6d44b4996cf9d33b01e13c6e4" +DOWNLOAD="https://github.com/geany/geany-plugins/archive/1.36.0/geany-plugins-1.36.0.tar.gz" +MD5SUM="ef26e47c73a2502a636fccf323ae990a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="geany" |