summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean-Luc2017-01-09 23:40:46 +1100
committerJean-Luc2017-01-09 23:41:28 +1100
commitbb136e97062bc3094e3e93528e34aa08e16482b6 (patch)
tree195b29e4d025def3295436582426ac94ea9da073 /PKGBUILD
parent662cb21d7749a5a0a7a1dad66116b01f5d231ba6 (diff)
downloadaur-bb136e97062bc3094e3e93528e34aa08e16482b6.tar.gz
Removed `machine_cfg.py` as it's now in the git.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95c9d11fa551..acc37278b818 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,14 +15,11 @@ makedepends=('scons'
'gcc-fortran'
'openblas-lapack'
'blitz')
-source=('git+https://github.com/jtambasco/camfr.git'
- 'machine_cfg.py')
-md5sums=('SKIP'
- db07413af39b15ff25d35b8dd89f2452)
+source=('git+https://github.com/jtambasco/camfr.git')
+md5sums=('SKIP')
build() {
cd "${pkgname}"
- mv ../machine_cfg.py .
python2 setup.py build
}