diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-10-16 18:12:37 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-10-17 09:03:54 +0200 |
commit | 284b3843594c416c032a4185e2cab39f424b02d4 (patch) | |
tree | 7af934ea32a4e61e576d90e92d40387fa476c183 /source/l | |
parent | aadd8167b60785f4ee2cc4368e1faa018900a387 (diff) | |
download | current-284b3843594c416c032a4185e2cab39f424b02d4.tar.gz |
Sat Oct 16 18:12:37 UTC 202120211016181237
ap/pamixer-1.5-x86_64-1.txz: Upgraded.
l/librsvg-2.52.2-x86_64-1.txz: Upgraded.
l/liburing-2.1-x86_64-2.txz: Rebuilt.
Don't package the examples.
l/spirv-llvm-translator-13.0.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/liburing/liburing.SlackBuild | 3 | ||||
-rw-r--r-- | source/l/spirv-llvm-translator/SPIRV-LLVM-Translator.url | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/l/liburing/liburing.SlackBuild b/source/l/liburing/liburing.SlackBuild index 4495478b..1bf90129 100755 --- a/source/l/liburing/liburing.SlackBuild +++ b/source/l/liburing/liburing.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=liburing VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -125,7 +125,6 @@ done mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION cp -a \ COPYING* LICENSE* README* \ - examples \ $PKG/usr/doc/${PKGNAM}-$VERSION mkdir -p $PKG/install diff --git a/source/l/spirv-llvm-translator/SPIRV-LLVM-Translator.url b/source/l/spirv-llvm-translator/SPIRV-LLVM-Translator.url new file mode 100644 index 00000000..496ddeea --- /dev/null +++ b/source/l/spirv-llvm-translator/SPIRV-LLVM-Translator.url @@ -0,0 +1 @@ +https://github.com/KhronosGroup/SPIRV-LLVM-Translator |