summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-02-06 10:11:00 +0000
committer Eric Hameleers <alien@slackware.com>2022-02-06 10:11:00 +0000
commita017d0fd1fc71ed97f79bea9b2320b3504522e67 (patch)
tree632e1597178c837f1049e3e9fc207475adfafa62
parent75d35a0d7140510fbb05a308b365dbe0f3217de4 (diff)
downloadmultilib-a017d0fd1fc71ed97f79bea9b2320b3504522e67.tar.gz
multilib-a017d0fd1fc71ed97f79bea9b2320b3504522e67.tar.xz
compat32-tools: remove /lib/udev rules from compat32 packages in convertpkg-compat32
-rwxr-xr-xsource/compat32-tools/compat32-tools.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/compat32-tools/compat32-tools.SlackBuild b/source/compat32-tools/compat32-tools.SlackBuild
index 958efef..494ec34 100755
--- a/source/compat32-tools/compat32-tools.SlackBuild
+++ b/source/compat32-tools/compat32-tools.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (c) 2009 Frederick Emmott <fred@slackware.com>
-# Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Eric Hameleers, Eindhoven, NL
+# Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,10 +23,10 @@
PRGNAM=compat32-tools
-VERSION=3.9
+VERSION=3.10
ARCH=noarch
TAG=${TAG:-alien}
-BUILD=${BUILD:-29}
+BUILD=${BUILD:-1}
CWD=$(pwd)
TMP=${TMP:-/tmp}