author | Tobias Powalowski
<tpowa@archlinux.org> 2023-03-07 08:30:47 UTC |
committer | Tobias Powalowski
<tpowa@archlinux.org> 2023-03-07 08:30:47 UTC |
parent | bb3d689799f802b81b2b22beb43368f30e634c71 |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index bdc88ef..d638dad 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -15,7 +15,7 @@ sha256sums=('270a1fe2fb4dac6be2dbb8ef8d628b541638619be3c1d6037274ab0e05311dde') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sbindir=/usr/bin --without-python - make + make -j1 } check() {