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

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

@ -1,6 +1,6 @@
name='electron-bin'
version='30.2.0'
release='1'
release='2'
desc='Build cross platform desktop apps with web technologies — prebuilt'
homepage='https://electronjs.org'
maintainer="Евгений Храмов <xpamych@yandex.ru>"
@ -42,6 +42,6 @@ package() {
ln -nfs "/usr/lib/electron/electron" "${pkgdir}/usr/bin/electron"
for _license in 'LICENSE' 'LICENSES.chromium.html'; do
install -Dm644 "${_license}" "${pkgdir}/usr/share/licenses/${pkgname}/${_license}"
install -Dm644 "${_license}" "${pkgdir}/usr/share/licenses/${name}/${_license}"
done
}

@ -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
}