summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2018-08-04 02:43:28 +0800
committerChih-Hsuan Yen2018-08-04 02:43:28 +0800
commit983ffa3bf413134c0e7c00dd5e8c4f01a125c229 (patch)
treedf9e430ab0c0ba56adfe05251fed89c35cccf0c0
parent7128266f2b9df6336bf6db5bc1ff1e1b5a713729 (diff)
downloadaur-983ffa3bf413134c0e7c00dd5e8c4f01a125c229.tar.gz
fix the nis module
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3f23788f74e..3e158d18b273 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Čt čen 28 12:30:49 UTC 2018
pkgbase = python-git
pkgdesc = Next generation of the python high-level scripting language
- pkgver = 3.8.0a0.r101772.e76ac9d4ef
+ pkgver = 3.8.0a0.r101996.2ebd3813af
pkgrel = 1
url = https://www.python.org/
arch = i686
@@ -14,6 +12,7 @@ pkgbase = python-git
makedepends = bluez-libs
makedepends = xz
makedepends = git
+ makedepends = libnsl
depends = expat
depends = bzip2
depends = gdbm
@@ -23,7 +22,7 @@ pkgbase = python-git
optdepends = tk: for tkinter
optdepends = sqlite
optdepends = xz: for lzma
- optdepends = libtirpc: for nis
+ optdepends = libnsl: for nis
options = debug
options = !strip
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index 65e322ba54e9..309fe4eb50e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Milde <daniel@milde.cz>
pkgname=python-git
-pkgver=3.8.0a0.r101772.e76ac9d4ef
+pkgver=3.8.0a0.r101996.2ebd3813af
pkgrel=1
_pybasever=3.8
_pkgname=cpython
@@ -10,8 +10,8 @@ arch=('i686' 'x86_64')
license=('custom')
url="https://www.python.org/"
depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('tk>=8.6.0' 'sqlite' 'valgrind' 'bluez-libs' 'xz' 'git')
-optdepends=('tk: for tkinter' 'sqlite' 'xz: for lzma' 'libtirpc: for nis')
+makedepends=('tk>=8.6.0' 'sqlite' 'valgrind' 'bluez-libs' 'xz' 'git' 'libnsl')
+optdepends=('tk: for tkinter' 'sqlite' 'xz: for lzma' 'libnsl: for nis')
options=(debug !strip !makeflags)
source=("git+https://github.com/python/cpython#branch=master")
sha256sums=('SKIP')