From b0ff54986a16533650aa8555563c3463a711e08e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 13 Jul 2024 16:41:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=B0=D0=BB=D0=B5=D0=BD=D1=8C=D0=BA?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BA=D0=BE=D1=81=D1=8F=D1=87=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Евгений Храмов --- electron-bin/alr.sh | 4 ++-- flake8/alr.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/electron-bin/alr.sh b/electron-bin/alr.sh index 2a62ff5..27b0cd9 100644 --- a/electron-bin/alr.sh +++ b/electron-bin/alr.sh @@ -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="Евгений Храмов " @@ -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 } diff --git a/flake8/alr.sh b/flake8/alr.sh index f268c4d..cbd6a64 100644 --- a/flake8/alr.sh +++ b/flake8/alr.sh @@ -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 }