summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec8a4bd7ffe8..7fc0b7c6b992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libnbd
pkgver=1.8.3
-pkgrel=1
+pkgrel=2
pkgdesc="NBD client library in userspace"
arch=('i686' 'x86_64')
url="https://gitlab.com/nbdkit/libnbd"
@@ -31,8 +31,6 @@ package() {
check() {
cd "${srcdir}/${pkgname}-${pkgver}"
- sed -i /pycodestyle.sh/d python/Makefile
- rm python/pycodestyle.sh
make check
}