summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07324f894405..a70e838c4f1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = easybuild-easyconfigs-git
pkgdesc = A software build and installation framework for HPC systems
pkgver = 4.8.2.r812.g41cde8911c
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/easybuilders/easybuild-easyconfigs
arch = any
license = GPL2
@@ -10,6 +10,7 @@ pkgbase = easybuild-easyconfigs-git
depends = python
depends = easybuild-easyblocks
provides = easybuild-easyconfigs
+ conflicts = easybuild-easyconfigs
source = git+https://github.com/easybuilders/easybuild-easyconfigs.git#branch=develop
md5sums = SKIP
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')