summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2023-12-24 14:44:53 +0530
committerHans-Nikolai Viessmann2023-12-24 14:44:53 +0530
commite9bc5f36fe68aad28f6ff29d87133f87fff376d4 (patch)
treedc534b7ea052bda1de7520636f2f448dfec10dc5 /PKGBUILD
parentdf803548d5c91338889fc52ba69443ae7f15cd5d (diff)
downloadaur-easybuild-easyblocks-git.tar.gz
further fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab144b80c3d4..21a60eea9392 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkg='easybuild-easyblocks'
pkgname="${_pkg}-git"
pkgver=4.8.2.r83.ge3e870d6c
-pkgrel=1
+pkgrel=2
pkgdesc="A software build and installation framework for HPC systems"
arch=('any')
url="https://github.com/easybuilders/easybuild-easyblocks"
@@ -10,6 +10,7 @@ license=('GPL2')
depends=('python' 'python-toml' 'easybuild-framework')
makedepends=('git' 'python-setuptools')
provides=("$_pkg")
+conflicts=("$_pkg")
source=("git+https://github.com/easybuilders/${_pkg}.git#branch=develop")
md5sums=('SKIP')