Date: Sunday, January 22, 2023 @ 13:53:02
  Author: jelle
Revision: 467174

FS#77221 FTBS

Modified:
  rebuilderd-website/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++++
 1 file changed, 7 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-22 09:37:13 UTC (rev 467173)
+++ PKGBUILD    2023-01-22 13:53:02 UTC (rev 467174)
@@ -15,6 +15,13 @@
 sha512sums=('SKIP'
             'SKIP')
 
+prepare() {
+  cd ${pkgname}
+  git submodule init
+  git config submodule..external/archlinux-common-style.url 
"$srcdir/archlinux-common-style"
+  git -c protocol.file.allow=always submodule update
+}
+
 build() {
   cd ${pkgname}
   make dist

Reply via email to