summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDarjan Krijan2019-08-09 19:18:01 +0200
committerDarjan Krijan2019-08-09 19:18:01 +0200
commit836dd9758198b65aa64513168760d6fbe037557e (patch)
treec2cd28fc36ef0497ece65fa95f82f5b142570f97 /PKGBUILD
parenta7e6296955b7311fd2b59ae9e94b23fcb0c68988 (diff)
downloadaur-836dd9758198b65aa64513168760d6fbe037557e.tar.gz
Changed file:// to local:// for aocc archive
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14db699e5d8b..84e849b890d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="AMD Optimizing C/C++ Compiler"
arch=('x86_64')
license=('custom')
url="https://developer.amd.com/amd-aocc/"
-source=("file://aocc-compiler-${pkgver}.tar")
+source=("local://aocc-compiler-${pkgver}.tar")
options=('staticlibs' '!strip' 'libtool')
install=aocc.install
md5sums=("09d64260794b40901c77504317fbd0ad")