Skip to content
Snippets Groups Projects
Verified Commit ca986386 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Release 0.10.6

parent 2c5f94a8
No related branches found
No related tags found
No related merge requests found
Pipeline #9417 failed
pyalpm 0.10.6 :
* udpate pacman git repository url
* add pyproject.toml
* add clang compilation support
pyalpm 0.10.5 :
* Add coverage for pycman
* Add SAST scanner
......
......@@ -7,7 +7,7 @@ libalpm = pkgconfig.parse('libalpm')
os.putenv('LC_CTYPE', 'en_US.UTF-8')
pyalpm_version = '0.10.5'
pyalpm_version = '0.10.6'
cflags = ['-Wall', '-Wextra', '-Werror',
'-Wno-unused-parameter', '-Wno-incompatible-pointer-types',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment