diff options
author | Andrew Strong <andrew.david.strong@gmail.com> | 2019-08-17 19:46:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-17 19:46:52 +0700 |
commit | a2664920a0a64ddcb8d5b4edcbe063367e5cd3b2 (patch) | |
tree | 9248c0ee53caef10ed99f84b7e4b01163061994d /libraries/nv-codec-headers/nv-codec-headers.SlackBuild | |
parent | 5ab11d67b4d5a2b8c3fad43be58244f264877dea (diff) |
libraries/nv-codec-headers: Updated for version 9.0.18.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/nv-codec-headers/nv-codec-headers.SlackBuild')
-rw-r--r-- | libraries/nv-codec-headers/nv-codec-headers.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libraries/nv-codec-headers/nv-codec-headers.SlackBuild b/libraries/nv-codec-headers/nv-codec-headers.SlackBuild index 4eeb50e12b59d..810ad2304aaef 100644 --- a/libraries/nv-codec-headers/nv-codec-headers.SlackBuild +++ b/libraries/nv-codec-headers/nv-codec-headers.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=nv-codec-headers # Note that the version number is contained # within the file ffnvcodec.pc.in: -VERSION=9.0.18.1 +VERSION=${VERSION:-9.0.18.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -33,7 +33,6 @@ if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi |