summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Kunze2021-06-30 16:53:57 +0200
committerTobias Kunze2021-06-30 16:53:57 +0200
commit5326d9f0bb889dbdb69e3ed23b06ce92192dc148 (patch)
tree0e6a9e23f12478c2d9953a5327890aa6209b5f02
parentdf57f75043d1956895e253362a0de529dfdee0b5 (diff)
downloadaur-5326d9f0bb889dbdb69e3ed23b06ce92192dc148.tar.gz
Allow parallel builds
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6bbed4bfa56c..c2e59a997936 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python35
pkgver=3.5.10
-pkgrel=1
+pkgrel=2
_pybasever=3.5
pkgdesc="Next generation of the python high-level scripting language"
_github_url="none"
@@ -15,7 +15,6 @@ url="https://www.python.org/"
depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'libnsl' 'libtirpc' 'zlib')
makedepends=('tk' 'sqlite' 'valgrind')
optdepends=('tk: for tkinter' 'sqlite')
-options=('!makeflags')
source=(https://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.xz{,.asc}
nis.patch)
sha256sums=('0f0fa8685c1dc1f1dacb0b4e7779796b90aef99dc1fa4967a71b9da7b57d4a28'