From c55f48fc444f978a6f3527b4065ff1892b63ce1b 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: Tue, 9 Dec 2025 00:01:14 +0300 Subject: [PATCH] python3-pendulum 3.1.0-4 --- python3-pendulum/alr.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python3-pendulum/alr.sh b/python3-pendulum/alr.sh index ab7bdb8..962e1d4 100644 --- a/python3-pendulum/alr.sh +++ b/python3-pendulum/alr.sh @@ -1,7 +1,7 @@ _name=pendulum name='python3-pendulum' version='3.1.0' -release='3' +release='4' desc='Python datetimes made easy' desc_ru='Библиотека Python для удобной работы с датой и временем' homepage='https://pendulum.eustace.io/' @@ -104,8 +104,7 @@ package() { } files() { - files-find "./usr/lib/python3.*/site-packages/pendulum" - files-find "./usr/lib/python3.*/site-packages/pendulum-*.dist-info" + files-find-lib files-find-share "doc" files-find-share "licenses" }