summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Schrodt2023-03-11 16:02:11 +0200
committerMartin Schrodt2023-03-11 16:02:11 +0200
commit5fa81b302d6fba55a04744b8c1fd322f3970b894 (patch)
tree28a5a53cb8e1eff2e2a15f0061ed1bda7de12d93
parentb5daac1c4b9f071ac9424e3daea15a727aff07df (diff)
downloadaur-vfio-isolate.tar.gz
version 0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1d915eeb475..0ea204723f31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vfio-isolate
pkgdesc = commandline tool to facilitate CPU core isolation
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = https://pypi.org/project/vfio-isolate
arch = any
@@ -9,7 +9,7 @@ pkgbase = vfio-isolate
depends = python
depends = python-click
depends = python-psutil
- source = https://files.pythonhosted.org/packages/source/v/vfio-isolate/vfio-isolate-0.5.1.tar.gz
- md5sums = 478661346dea042d268e7ab3ac9f4a9b
+ source = https://files.pythonhosted.org/packages/source/v/vfio-isolate/vfio-isolate-0.5.2.tar.gz
+ md5sums = b3e0e426989f0d7cdf000bd412c2ebb8
pkgname = vfio-isolate
diff --git a/PKGBUILD b/PKGBUILD
index 75437b4a23a5..9fabff03f307 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Schrodt <martin@schrodt.org>
pkgname=vfio-isolate
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc="commandline tool to facilitate CPU core isolation"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
license=('unknown')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('478661346dea042d268e7ab3ac9f4a9b')
+md5sums=('b3e0e426989f0d7cdf000bd412c2ebb8')
build() {
cd "$pkgname-$pkgver"