summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgamanakis2018-02-23 22:15:40 -0500
committergamanakis2018-02-23 22:15:40 -0500
commitc39a34b7442d841e1979df6991bfd1ae377cfc88 (patch)
treec04d7ee15fa54409e05c5f5cca57d439fd61af92
parentc43ce83635e536e7d1968a6016a50f1e4c4a8a94 (diff)
downloadaur-c39a34b7442d841e1979df6991bfd1ae377cfc88.tar.gz
Conflicts with 'cpuset'
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d451e9fcbd25..1b769b450dcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = cpuset-git
license = GPL2
depends = python
depends = python-future
+ provides = cpuset
+ conflicts = cpuset
options = !emptydirs
source = git+https://github.com/lpechacek/cpuset
source = 0001-remove-exclusivity.patch
diff --git a/PKGBUILD b/PKGBUILD
index 79eb6ec25721..edb764961799 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,8 @@ url="https://github.com/lpechacek/cpuset/"
license=('GPL2')
depends=('python' 'python-future')
options=('!emptydirs')
+provides=('cpuset')
+conflicts=('cpuset')
# 0001-remove-exclusivity.patch removes setting cpu_exclusive and mem_exclusive to 1,
# thus enabling cpuset to run even when a machine.slice has been created and cannot be modified
source=('git+https://github.com/lpechacek/cpuset'