diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-03-28 18:58:24 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-03-29 08:59:51 +0200 |
commit | c702f4c8b2340e0db21698402307c91e600b3451 (patch) | |
tree | d801a8abdc8eb8991a8af57925ed2baca2b4b631 /source/t | |
parent | 152c2f5d42f80e854acfb0f0d01c450b98f4d10b (diff) | |
download | current-c702f4c8b2340e0db21698402307c91e600b3451.tar.gz current-c702f4c8b2340e0db21698402307c91e600b3451.tar.xz |
Sun Mar 28 18:58:24 UTC 202120210328185824
a/mkinitrd-1.4.11-x86_64-21.txz: Rebuilt.
mkinitrd_command_generator.sh: use blkid options to ensure that the correct
root device is matched. Thanks to eduardr and shruggy.
d/ccache-4.2.1-x86_64-1.txz: Upgraded.
d/re2c-2.1.1-x86_64-1.txz: Upgraded.
l/gegl-0.4.30-x86_64-1.txz: Upgraded.
n/epic5-2.1.4-x86_64-1.txz: Upgraded.
n/fetchmail-6.4.18-x86_64-1.txz: Upgraded.
n/whois-5.5.9-x86_64-1.txz: Upgraded.
t/fig2dev-3.2.8a-x86_64-1.txz: Upgraded.
t/xfig-3.2.8a-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/t')
-rwxr-xr-x | source/t/fig2dev/fig2dev.SlackBuild | 2 | ||||
-rwxr-xr-x | source/t/xfig/xfig.SlackBuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/t/fig2dev/fig2dev.SlackBuild b/source/t/fig2dev/fig2dev.SlackBuild index 40aab9d62..28c3bb470 100755 --- a/source/t/fig2dev/fig2dev.SlackBuild +++ b/source/t/fig2dev/fig2dev.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=fig2dev VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/t/xfig/xfig.SlackBuild b/source/t/xfig/xfig.SlackBuild index e4fef83d7..9bd98398e 100755 --- a/source/t/xfig/xfig.SlackBuild +++ b/source/t/xfig/xfig.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=xfig VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |