summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Schrodt2023-03-03 22:28:22 +0200
committerMartin Schrodt2023-03-03 22:28:22 +0200
commitaafceac104a33f21c803c1bcd8c8b8c7c7be90f3 (patch)
tree8f31f059eb58c75c62d657ca791e1ccdf3302029
parent65ceda5f549545cd78c43472cd39332b84fb9884 (diff)
downloadaur-aafceac104a33f21c803c1bcd8c8b8c7c7be90f3.tar.gz
new version
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8cc28d5dbd5f..75437b4a23a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Martin Schrodt <martin@schrodt.org>
pkgname=vfio-isolate
-pkgver=0.4.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="commandline tool to facilitate CPU core isolation"
arch=('i686' 'x86_64')
url="https://pypi.org/project/vfio-isolate"
license=('MIT')
-depends=('python' 'python-click' 'python-psutil' 'python-parsimonious')
+depends=('python' 'python-click' 'python-psutil')
makedepends=('python-setuptools')
license=('unknown')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('78ecc44526d68ebf9fefade84d99e413')
+md5sums=('478661346dea042d268e7ab3ac9f4a9b')
build() {
cd "$pkgname-$pkgver"