summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63dcf0a49705..03af14e47967 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = aocc
options = staticlibs
options = !strip
options = libtool
- source = file://aocc-compiler-2.0.0.tar
+ source = local://aocc-compiler-2.0.0.tar
md5sums = 09d64260794b40901c77504317fbd0ad
pkgname = aocc
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")