summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Slagle2016-05-03 13:28:57 -0700
committerKevin Slagle2016-05-03 13:28:57 -0700
commit2c2bb2cbfa02df02c4a6f96f1e052053689075b8 (patch)
treeabd7fe49ed94490a32b06809b04ab1809730dd94
parent999c67a6c666fe099b613310d48c9e07a2a80e2e (diff)
downloadaur-2c2bb2cbfa02df02c4a6f96f1e052053689075b8.tar.gz
use the local protocol instead of unsupported file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 467524655c2f..748281ee1405 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = mathematica
depends = alsa-lib
depends = libxml2
options = !strip
- source = file://Mathematica_10.4.1_LINUX.sh
+ source = local://Mathematica_10.4.1_LINUX.sh
md5sums = ea1f13a88279e6fc2ed1edc80e7a1612
pkgname = mathematica
diff --git a/PKGBUILD b/PKGBUILD
index 0b6ced15d49b..462649c6609d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=('i686' 'x86_64')
url="http://www.wolfram.com/mathematica/"
license=('proprietary')
depends=('ttf-bitstream-vera' 'libxcursor' 'alsa-lib' 'libxml2')
-source=("file://Mathematica_${pkgver}_LINUX.sh")
+source=("local://Mathematica_${pkgver}_LINUX.sh")
md5sums=('ea1f13a88279e6fc2ed1edc80e7a1612')
install='mathematica.install'
options=('!strip')