summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Squartini2016-07-20 23:09:19 +0900
committerNicola Squartini2016-07-20 23:09:19 +0900
commit450895a0447f0d03b4f556b81b612f65984005f4 (patch)
tree2408cc8c897307adfe8e21b94c30bd3184cf2cdb /PKGBUILD
parent6573312b3e1510f2bd41c11e838681daae5b94ae (diff)
downloadaur-450895a0447f0d03b4f556b81b612f65984005f4.tar.gz
Add file:// in front of RPM filenames
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9fe26067f13..7fa31a0729da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ groups=('Cell Simulator')
depends=(blt perl)
optdepends=('xterm: console support')
options=(!emptydirs !strip)
-source_i686=(systemsim-cell-3.1-25.f9.i386.rpm)
-source_x86_64=(systemsim-cell-3.1-25.f9.x86_64.rpm)
+source_i686=(file://systemsim-cell-3.1-25.f9.i386.rpm)
+source_x86_64=(file://systemsim-cell-3.1-25.f9.x86_64.rpm)
source=(99-systemsim-cell.rules
LICENSE
systemsim-cell.sh)