маленькие косячки

Signed-off-by: Евгений Храмов <xpamych@yandex.ru>
This commit is contained in:
2024-07-13 16:41:49 +03:00
parent d9357d9b9f
commit b0ff54986a
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
name='flake8'
epoch='1'
epoch='2'
version='7.1.0'
release='1'
desc='The modular source code checker: pep8, pyflakes and co'
@ -38,5 +38,5 @@ build() {
package() {
cd flake8-$version
python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1
install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$name/LICENSE
}