diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2019-10-17 08:50:55 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:24:31 -0500 |
commit | 53a28c42869bee0b9b95a719e5f57332c201e920 (patch) | |
tree | 6ad99d89598c86c826a12140753cde507b37d6db /development/geany-plugins/geany-plugins.SlackBuild | |
parent | 76d3c5bf7c6e3c66fd1516bc1c71862c999d5274 (diff) |
development/geany-plugins: Updated for version 1.36.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/geany-plugins/geany-plugins.SlackBuild')
-rw-r--r-- | development/geany-plugins/geany-plugins.SlackBuild | 5 |
1 files changed, 2 insertions, 3 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 \ |