Date: Sunday, April 2, 2023 @ 09:02:15
  Author: dvzrv
Revision: 1433410

upgpkg: podman-compose 1.0.3-3: Rebuild to re-sign package.

Use bash arrays with one entry per line for better handling.

Modified:
  podman-compose/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-02 09:01:54 UTC (rev 1433409)
+++ PKGBUILD    2023-04-02 09:02:15 UTC (rev 1433410)
@@ -3,13 +3,24 @@
 
 pkgname=podman-compose
 pkgver=1.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc='A script to run docker-compose.yml using podman'
 arch=(any)
 url='https://github.com/containers/podman-compose'
 license=(GPL2)
-depends=(podman podman-dnsname python-dotenv python-yaml)
-makedepends=(python-build python-installer python-setuptools python-wheel)
+depends=(
+  podman
+  podman-dnsname
+  python
+  python-dotenv
+  python-yaml
+)
+makedepends=(
+  python-build
+  python-installer
+  python-setuptools
+  python-wheel
+)
 source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
 
sha512sums=('54ee61e6f9cd946b54eed07285e13bec88bc3d718e55915422b563a4d9e79e4e087cd8040adb16aa2fc4546f536cc5b7e31b3e87295cb7c8281c9db61e6fbc71')
 
b2sums=('d0369a3070b2485efb778547bfbeb732b8ed9e7ba9092a976f89eb1d89c1ad4c3a1b849193d62ef9f7eebe82813245918b1f385cf4dbf71ee7a7f293461ce44d')

Reply via email to