summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2023-12-24 14:43:13 +0530
committerHans-Nikolai Viessmann2023-12-24 14:43:13 +0530
commit0de22b2a58d84fb64a5a16a54d113c7b25bedbc1 (patch)
treef67c2fe6305d3d705ada94b677fbe4679533d9ad /PKGBUILD
parent77ddaeedd5e31353e8ddadf3d0363ce2a38ed937 (diff)
downloadaur-easybuild-framework-git.tar.gz
further fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f41391e80129..20cf8f12df1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_pkg='easybuild-framework'
pkgname="${_pkg}-git"
pkgver=4.8.2.r41.ga2eaf2365
-pkgrel=1
+pkgrel=2
pkgdesc="A software build and installation framework for HPC systems (development)"
arch=('any')
url="https://github.com/easybuilders"
license=('GPL2')
-depends=('python' 'env-modules-tcl' 'python-setuptools' 'python-distro'
+depends=('python' 'env-modules' 'python-setuptools' 'python-distro'
'python-yaml' 'python-configobj' 'python-packaging'
'python-humanfriendly' 'python-requests')
optdepends=('lmod: another module management tool'
@@ -20,6 +20,7 @@ optdepends=('lmod: another module management tool'
'python-rich: lets EasyBuild show rich-output, i.e. nice progress bars')
makedepends=('git')
provides=("${_pkg}")
+conflicts=("${_pkg}")
source=("git+https://github.com/easybuilders/${_pkg}.git#branch=develop")
md5sums=('SKIP')