diff options
Diffstat (limited to 'system/brasero/brasero.SlackBuild')
-rw-r--r-- | system/brasero/brasero.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/brasero/brasero.SlackBuild b/system/brasero/brasero.SlackBuild index 76c20458d8..13f9f1275d 100644 --- a/system/brasero/brasero.SlackBuild +++ b/system/brasero/brasero.SlackBuild @@ -5,8 +5,8 @@ # Written by Luis Henrique <lmello.009@gmail.com> PRGNAM=brasero -VERSION=${VERSION:-2.28.3} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.32.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -71,7 +71,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-shared=yes \ --enable-gtk-doc=yes \ --disable-scrollkeeper \ - --disable-schemas-install \ + --disable-schemas-compile \ --enable-nautilus=no \ --enable-libburnia=$LIBBURNIA |