summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorentshuld2024-03-21 16:06:12 +0100
committerentshuld2024-03-21 16:06:12 +0100
commit1db7c78299363eacfc7d908307fd0b52ef36c923 (patch)
tree20e62731a663ab2035408c1587f08aaf32663674 /PKGBUILD
parent4e215decaadf3296dce846c0ff6e24eb69acdf3b (diff)
downloadaur-tfel-mfront-git.tar.gz
provides tfel-mfront mfront 5.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb6fb5fa185f..167ed1189695 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@ _base=tfel-mfront
_upstream=tfel
pkgname=${_base}-git
pkgver=20240222.r2750.0459fabae
-pkgrel=2
+pkgrel=3
pkgdesc="TFEL/MFront introduce DSLs based on C++ to handle material knowledge"
arch=(x86_64)
url="https://github.com/thelfer/${_upstream}"
license=(GPL3)
depends=(gcc-libs gnuplot boost boost-libs python python-numpy)
-provides=(tfel mfront)
+provides=(tfel mfront=5.0.0 ${_base}=5.0.0)
makedepends=(cmake gcc-fortran)
optdepends=(calculix)
source=(${_base}::git+${url}#branch=master)