diff options
author | Erich Eckner <git@eckner.net> | 2017-09-15 13:52:47 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-15 13:52:47 +0200 |
commit | d3418846d57aafa5befadefd26db209f69c82c0d (patch) | |
tree | 2aceb21f10cde929c4afe32d77eb77acbba98fde /community/python-libnacl | |
parent | fa51cc0d488529d479bff7511a1d860db6b999d4 (diff) | |
download | packages-d3418846d57aafa5befadefd26db209f69c82c0d.tar.xz |
community/python-libnacl new
Diffstat (limited to 'community/python-libnacl')
-rw-r--r-- | community/python-libnacl/PKGBUILD | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/python-libnacl/PKGBUILD b/community/python-libnacl/PKGBUILD new file mode 100644 index 00000000..ca82c81d --- /dev/null +++ b/community/python-libnacl/PKGBUILD @@ -0,0 +1,9 @@ +# see https://bbs.archlinux32.org/viewtopic.php?pid=224 +# and https://github.com/saltstack/libnacl/issues/103 + +prepare() { + sed -i ' + s/m, mlen,/m, ctypes.byref(mlen),/ + ' "libnacl-${pkgver}/libnacl/__init__.py" + cp -r libnacl-$pkgver{,-py2} +} |