diff options
author | Britney Fransen <brfransen@gmail.com> | 2020-09-27 16:07:18 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2020-09-27 16:07:18 (GMT) |
commit | 72082c95387b4d6cc3feaf8d652531e0bde43323 (patch) | |
tree | 4bd7c1b3c54e821e85e7b285cd6cc9dc4ae66df0 /abs/core/python/genrebuild | |
parent | 389a81ce0d2e8708c3cbb1506139d76a9a64a7f4 (diff) | |
download | linhes_pkgbuild-72082c95387b4d6cc3feaf8d652531e0bde43323.zip linhes_pkgbuild-72082c95387b4d6cc3feaf8d652531e0bde43323.tar.gz linhes_pkgbuild-72082c95387b4d6cc3feaf8d652531e0bde43323.tar.bz2 |
python: update to 3.8.3
Diffstat (limited to 'abs/core/python/genrebuild')
-rwxr-xr-x | abs/core/python/genrebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/core/python/genrebuild b/abs/core/python/genrebuild new file mode 100755 index 0000000..5f447b0 --- /dev/null +++ b/abs/core/python/genrebuild @@ -0,0 +1,7 @@ +#!/bin/bash +( +_pyver=$(expac %v python | grep -oP '^[0-9]+\.[0-9]+') +pacman -Fq /usr/lib/python${_pyver}/ | grep -v archlinuxcn | cut -d / -f 2 +sogrep all libpython${_pyver}m.so +printf "%s\n" boost vim +) | sort -u |