summarylogtreecommitdiffstats
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
parent77ddaeedd5e31353e8ddadf3d0363ce2a38ed937 (diff)
downloadaur-easybuild-framework-git.tar.gz
further fixes
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7128faf942eb..5e6e136d0c68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = easybuild-framework-git
pkgdesc = A software build and installation framework for HPC systems (development)
pkgver = 4.8.2.r41.ga2eaf2365
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/easybuilders
arch = any
license = GPL2
makedepends = git
depends = python
- depends = env-modules-tcl
+ depends = env-modules
depends = python-setuptools
depends = python-distro
depends = python-yaml
@@ -24,6 +24,7 @@ pkgbase = easybuild-framework-git
optdepends = python-keyring: for handling authentication with GitHub
optdepends = python-rich: lets EasyBuild show rich-output, i.e. nice progress bars
provides = easybuild-framework
+ conflicts = easybuild-framework
source = git+https://github.com/easybuilders/easybuild-framework.git#branch=develop
md5sums = SKIP
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')