diff options
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 |