summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian P. Schmidt2024-04-22 22:34:29 +0200
committerFabian P. Schmidt2024-04-22 22:42:29 +0200
commitfc92e04cecf8f95ca9fdee0a400a0f8b8d754bcc (patch)
tree8f97c037713a8331017237358e1289d55c6aa501
parent374f478db8254f193ca0aa36b25ce6d3901fa0f3 (diff)
downloadaur-fc92e04cecf8f95ca9fdee0a400a0f8b8d754bcc.tar.gz
makedepends: Add gcc-fortran
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67e8ed5f91cb..3bd14db84e5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kerel <kerel at mailbox dot org>
pkgname=giza-git
-pkgver=r715.a6cefc4
+pkgver=r751.72d3703
pkgrel=1
pkgdesc="giza - a scientific plotting library for C/Fortran"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/danieljprice/giza"
branch="master"
license=('GPL2')
depends=()
-makedepends=('git')
+makedepends=('git' 'gcc-fortran')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("giza::git+$url.git#branch=$branch")