summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-06-27 18:13:54 -0500
committerCarlos Aznarán Laos2022-06-27 18:13:54 -0500
commit2d9b12d55a08ad324f69eb2a39db94c83b117d0e (patch)
treebb0b4eb9bf3c965c99d807a10364eb86a5a9faeb /PKGBUILD
parentce74a4b5ccb35e4e83e28f080965322a9992dff1 (diff)
downloadaur-trilinos-git.tar.gz
Fix provides, conflicts values
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f4ea5a91a30..c8ba6f48b548 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@ source=(${_pkgname}::git+${url}.git)
depends=(python lapack boost netcdf-openmpi libmatio libx11 hdf5-openmpi)
makedepends=(gcc-fortran perl blas cmake git python-numpy swig doxygen graphviz) # gcc-fortran-multilib
md5sums=('SKIP')
-provides=("${pkgname,,}")
-conflicts=("${pkgname,,}")
+provides=("${_pkgname,,}")
+conflicts=("${_pkgname,,}")
pkgver() {
cd ${_pkgname}