summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Schrodt2020-05-24 16:38:24 +0200
committerMartin Schrodt2020-05-24 16:38:24 +0200
commit6106c76b29008526944732861ef20842771a188c (patch)
tree038d452298cd493807fff885dcf4280bb3e1e8b6
parentb27fdcafa5ff2899b10d85afca04390721afff1d (diff)
downloadaur-6106c76b29008526944732861ef20842771a188c.tar.gz
bugfix
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e00410471ec3..55150ef38cc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vfio-isolate
pkgdesc = commandline tool to facilitate CPU core isolation
- pkgver = 0.2.0
- pkgrel = 3
+ pkgver = 0.2.1
+ pkgrel = 1
url = https://pypi.org/project/vfio-isolate
arch = any
license = unknown
@@ -10,8 +10,8 @@ pkgbase = vfio-isolate
depends = python-click
depends = python-psutil
depends = python-parsimonious
- source = https://files.pythonhosted.org/packages/source/v/vfio-isolate/vfio-isolate-0.2.0.tar.gz
- md5sums = 64a3c4666bcd59f8e1cf1348937a8be1
+ source = https://files.pythonhosted.org/packages/source/v/vfio-isolate/vfio-isolate-0.2.1.tar.gz
+ md5sums = 2a6e1085fd51c90c5228417ff46e04c5
pkgname = vfio-isolate
diff --git a/PKGBUILD b/PKGBUILD
index b8df16e0eb2f..38c6a43e0106 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Martin Schrodt <martin@schrodt.org>
pkgname=vfio-isolate
-pkgver=0.2.0
-pkgrel=3
+pkgver=0.2.1
+pkgrel=1
pkgdesc="commandline tool to facilitate CPU core isolation"
arch=('i686' 'x86_64')
url="https://pypi.org/project/vfio-isolate"
@@ -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=('64a3c4666bcd59f8e1cf1348937a8be1')
+md5sums=('2a6e1085fd51c90c5228417ff46e04c5')
build() {
cd "$pkgname-$pkgver"