summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2017-02-14 11:47:26 +0100
committerAdriĆ  Arrufat2017-02-14 11:47:26 +0100
commit83974cc7f24a077698b34f8d15fe4889e429fe97 (patch)
tree53f49202655e983083e25bc8a8ff22458681ce4f /PKGBUILD
parentc0f646a409eec602f935bc5d41eaee1f53ecb893 (diff)
downloadaur-83974cc7f24a077698b34f8d15fe4889e429fe97.tar.gz
use public url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54476abb0daf..9cd42991e0d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,10 @@ arch=('x86_64')
url="https://developer.nvidia.com/cuDNN"
license=('proprietary')
depends=('cuda')
-source=("file://cudnn-8.0-linux-x64-v5.1.tgz")
-sha256sums=("c10719b36f2dd6e9ddc63e3189affaa1a94d7d027e63b71c3f64d449ab0645ce")
+source=("http://developer.download.nvidia.com/compute/redist/cudnn/v5.1/cudnn-8.0-linux-x64-v5.1.tgz")
+sha256sums=('c10719b36f2dd6e9ddc63e3189affaa1a94d7d027e63b71c3f64d449ab0645ce')
package() {
- cd "${srcdir}"
mkdir -p "${pkgdir}/opt"
cp -r cuda "${pkgdir}/opt"
}