summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2022-07-23 09:23:45 +0000
committerPellegrino Prevete2022-07-23 09:23:45 +0000
commit5f49c49def4c3a1f4cbd1fc253106d41963e7417 (patch)
tree28c2d762d4718da349f098d675c2ba962629b9da
parent5244351243487e17056d57f2f9ec163199889e7d (diff)
downloadaur-5f49c49def4c3a1f4cbd1fc253106d41963e7417.tar.gz
add gcc-fortran makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 816cc426d535..41a7d202feac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = pypropack
arch = i686
arch = pentium4
license = BSD
+ makedepends = gcc-fortran
depends = python
source = git+https://github.com/jakevdp/pypropack
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dac2909d6da0..0035178bf6fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64'
'i686'
'pentium4')
depends=('python')
-makedepends=()
+makedepends=('gcc-fortran')
source=("git+$url")
sha512sums=('SKIP')