Date: Friday, March 17, 2023 @ 01:30:18
  Author: heftig
Revision: 471041

reformat

Modified:
  ostree/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-17 01:28:48 UTC (rev 471040)
+++ PKGBUILD    2023-03-17 01:30:18 UTC (rev 471041)
@@ -10,7 +10,14 @@
 url="https://ostreedev.github.io/ostree/";
 arch=(x86_64)
 license=(custom:LGPL2)
-depends=(fuse3 glibc libgpg-error libsodium util-linux zlib)
+depends=(
+  fuse3
+  glibc
+  libgpg-error
+  libsodium
+  util-linux
+  zlib
+)
 makedepends=(
   avahi
   curl
@@ -29,7 +36,14 @@
   systemd
   xz
 )
-checkdepends=(cpio elfutils gjs parallel python-yaml syslinux)
+checkdepends=(
+  cpio
+  elfutils
+  gjs
+  parallel
+  python-yaml
+  syslinux
+)
 provides=(libostree-1.so)
 source=(
   git+https://github.com/ostreedev/ostree#tag=$_commit

Reply via email to