summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-05-08 16:01:29 -0300
committerDaniel Bermond2017-05-08 16:01:29 -0300
commit8ee240610672636501e70800229daefb2d2ce094 (patch)
tree4a5442f03eb0d8c47ed3a4cea083fa09ce6e243e
parentb78f4b721cae2320e69189a5ca4d6a78644ec045 (diff)
downloadaur-8ee240610672636501e70800229daefb2d2ce094.tar.gz
options: strictly added staticlibs
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c2865d61e9f..61dad46e63d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Mon May 8 18:58:53 UTC 2017
+# Mon May 8 19:00:45 UTC 2017
pkgbase = nvidia-sdk
pkgdesc = NVIDIA Video Codec SDK (NVDECODE and NVENCODE APIs) (needs registration at upstream URL and manual download)
pkgver = 7.1.9
- pkgrel = 2
+ pkgrel = 3
url = https://developer.nvidia.com/nvidia-video-codec-sdk/
arch = i686
arch = x86_64
license = custom
options = !strip
+ options = staticlibs
source = file://Video_Codec_SDK_7.1.9.zip
source = LICENSE
sha256sums = 6b1a3d822317bf7f075df404181cd770ae7bf414b27e069f74f4e914a8702710
diff --git a/PKGBUILD b/PKGBUILD
index de62e18a3a0f..025a98249e8f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
pkgname=nvidia-sdk
pkgver=7.1.9
-pkgrel=2
+pkgrel=3
pkgdesc="NVIDIA Video Codec SDK (NVDECODE and NVENCODE APIs) (needs registration at upstream URL and manual download)"
arch=('i686' 'x86_64')
url="https://developer.nvidia.com/nvidia-video-codec-sdk/"
license=('custom')
-options=('!strip')
+options=('!strip' 'staticlibs')
source=("file://Video_Codec_SDK_${pkgver}.zip"
'LICENSE')
sha256sums=('6b1a3d822317bf7f075df404181cd770ae7bf414b27e069f74f4e914a8702710'