diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-11-14 18:51:15 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-11-15 08:59:55 +0100 |
commit | 67f83c48acf436aa353557f62f3fc7d5ad47fe58 (patch) | |
tree | 13ec3ca1a87ceb28fedb347d782c3710f178b48f /source/d | |
parent | 826023e93919676def4f3806608df881e9262642 (diff) | |
download | current-67f83c48acf436aa353557f62f3fc7d5ad47fe58.tar.gz |
Sun Nov 14 18:51:15 UTC 202120211114185115
d/slacktrack-2.22-x86_64-1.txz: Upgraded.
Test makepkg's response to the package name as part of the pre-build
sanity checks. This catches malformed package names and extension types.
Thanks to Eduard Rozenberg for the suggestion.
Thanks to Stuart Winter.
kde/kstars-3.5.6-x86_64-1.txz: Upgraded.
x/xterm-370-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d')
-rwxr-xr-x | source/d/slacktrack/slacktrack.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/slacktrack/slacktrack.SlackBuild b/source/d/slacktrack/slacktrack.SlackBuild index a9314c3a..9aff3877 100755 --- a/source/d/slacktrack/slacktrack.SlackBuild +++ b/source/d/slacktrack/slacktrack.SlackBuild @@ -6,7 +6,7 @@ if [ "$TMP" = "" ]; then fi PKGNAM=slacktrack -export VERSION=2.21 +export VERSION=2.22 # Automatically determine the architecture we're building on: case "$( uname -m )" in i?86) export ARCH=i586 |