summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/k/kernel-configs/config-generic-4.19.49 (renamed from source/k/kernel-configs/config-generic-4.19.48)2
-rw-r--r--source/k/kernel-configs/config-generic-4.19.49.x64 (renamed from source/k/kernel-configs/config-generic-4.19.48.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-4.19.49-smp (renamed from source/k/kernel-configs/config-generic-smp-4.19.48-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-4.19.49 (renamed from source/k/kernel-configs/config-huge-4.19.48)2
-rw-r--r--source/k/kernel-configs/config-huge-4.19.49.x64 (renamed from source/k/kernel-configs/config-huge-4.19.48.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-4.19.49-smp (renamed from source/k/kernel-configs/config-huge-smp-4.19.48-smp)2
-rwxr-xr-xsource/l/speexdsp/speexdsp.SlackBuild8
7 files changed, 10 insertions, 10 deletions
diff --git a/source/k/kernel-configs/config-generic-4.19.48 b/source/k/kernel-configs/config-generic-4.19.49
index 71e7aa31f..46fa47190 100644
--- a/source/k/kernel-configs/config-generic-4.19.48
+++ b/source/k/kernel-configs/config-generic-4.19.49
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.48 Kernel Configuration
+# Linux/x86 4.19.49 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-generic-4.19.48.x64 b/source/k/kernel-configs/config-generic-4.19.49.x64
index db7cf5a07..8ec845c18 100644
--- a/source/k/kernel-configs/config-generic-4.19.48.x64
+++ b/source/k/kernel-configs/config-generic-4.19.49.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.48 Kernel Configuration
+# Linux/x86 4.19.49 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-generic-smp-4.19.48-smp b/source/k/kernel-configs/config-generic-smp-4.19.49-smp
index df2cfe68a..a17c91a74 100644
--- a/source/k/kernel-configs/config-generic-smp-4.19.48-smp
+++ b/source/k/kernel-configs/config-generic-smp-4.19.49-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.48 Kernel Configuration
+# Linux/x86 4.19.49 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-4.19.48 b/source/k/kernel-configs/config-huge-4.19.49
index 5296fc3cd..398050c89 100644
--- a/source/k/kernel-configs/config-huge-4.19.48
+++ b/source/k/kernel-configs/config-huge-4.19.49
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.48 Kernel Configuration
+# Linux/x86 4.19.49 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-4.19.48.x64 b/source/k/kernel-configs/config-huge-4.19.49.x64
index 899d87305..b242d68fd 100644
--- a/source/k/kernel-configs/config-huge-4.19.48.x64
+++ b/source/k/kernel-configs/config-huge-4.19.49.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.48 Kernel Configuration
+# Linux/x86 4.19.49 Kernel Configuration
#
#
diff --git a/source/k/kernel-configs/config-huge-smp-4.19.48-smp b/source/k/kernel-configs/config-huge-smp-4.19.49-smp
index 381cac41d..a704b3a1b 100644
--- a/source/k/kernel-configs/config-huge-smp-4.19.48-smp
+++ b/source/k/kernel-configs/config-huge-smp-4.19.49-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.48 Kernel Configuration
+# Linux/x86 4.19.49 Kernel Configuration
#
#
diff --git a/source/l/speexdsp/speexdsp.SlackBuild b/source/l/speexdsp/speexdsp.SlackBuild
index 1e5e1ce68..4512972de 100755
--- a/source/l/speexdsp/speexdsp.SlackBuild
+++ b/source/l/speexdsp/speexdsp.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2015, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2015, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=speexdsp
-VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -71,7 +71,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf $PKGNAM-$VERSION
-tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1
+tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1
cd $PKGNAM-$VERSION || exit 1
chown -R root:root .
find -L . \