diff options
Diffstat (limited to 'development/geany-plugins/geany-plugins.SlackBuild')
-rw-r--r-- | development/geany-plugins/geany-plugins.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/development/geany-plugins/geany-plugins.SlackBuild b/development/geany-plugins/geany-plugins.SlackBuild index 9f49ddf4ea..d5dbff1b8f 100644 --- a/development/geany-plugins/geany-plugins.SlackBuild +++ b/development/geany-plugins/geany-plugins.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Geany Plugins -# Copyright 2022-2024 ilmich < ardutu at gmail dot com > +# Copyright 2022-2025 ilmich < ardutu at gmail dot com > # Previous maintainer(s): # Ryan S. Northrup | Reno, NV | northrup@yellowapple.us @@ -37,8 +37,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=geany-plugins -VERSION=${VERSION:-2.0} -BUILD=${BUILD:-3} +VERSION=${VERSION:-2.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -98,6 +98,7 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --disable-static \ + --disable-updatechecker \ --build=$ARCH-slackware-linux make |