summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Amanakis2022-02-20 00:45:04 +0100
committerGeorge Amanakis2022-02-20 00:45:04 +0100
commit3705ad9dbfeea13646d70c808125c68fc80c3f6b (patch)
treedb9cfc1b0c71decef120153fb41768af8754a429
parentc5b3955d2a1f90b5dfbcf0cc13600a753cfaa408 (diff)
downloadaur-3705ad9dbfeea13646d70c808125c68fc80c3f6b.tar.gz
Update to r80
Signed-off-by: George Amanakis <gamanakis@gmail.com>
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c3e914c67ec..acc71591b58f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jon Gjengset <jon@thesquareplanet.com>, Saren Arterius <saren@wtako.net>
# Maintainer: George Amanakis<gamanakis@gmail.com>
pkgname=cpuset-git
-pkgver=r76.b5a70c1
+pkgver=r80.662fe6f
pkgver() {
cd "${pkgname%-git}"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
@@ -15,6 +15,7 @@ depends=('python' 'python-future')
options=('!emptydirs')
provides=('cpuset')
conflicts=('cpuset')
+makedepends=('git')
# 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'