summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2023-12-24 14:44:14 +0530
committerHans-Nikolai Viessmann2023-12-24 14:44:14 +0530
commitcc3378c63e55022d4c466592192d9b2b7363188b (patch)
tree525b19cfcdcc70cbf826edfe4e0e98d2fb812bcb /PKGBUILD
parentfabb58dd2aec9b440298a95cee15c067bb2aec10 (diff)
downloadaur-easybuild-easyconfigs-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 330e87a05a31..0840f2e225d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkg='easybuild-easyconfigs'
pkgname="${_pkg}-git"
pkgver=4.8.2.r812.g41cde8911c
-pkgrel=1
+pkgrel=2
pkgdesc="A software build and installation framework for HPC systems"
arch=('any')
url="https://github.com/easybuilders/easybuild-easyconfigs"
@@ -10,6 +10,7 @@ license=('GPL2')
depends=('python' 'easybuild-easyblocks')
makedepends=('git' 'python-setuptools')
provides=("$_pkg")
+conflicts=("$_pkg")
source=("git+https://github.com/easybuilders/${_pkg}.git#branch=develop")
md5sums=('SKIP')