[arch-commits] Commit in cockpit/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Fri May 28 21:26:53 UTC 2021


    Date: Friday, May 28, 2021 @ 21:26:52
  Author: mtorromeo
Revision: 950054

upgpkg: cockpit 245-1

Modified:
  cockpit/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-28 20:45:12 UTC (rev 950053)
+++ PKGBUILD	2021-05-28 21:26:52 UTC (rev 950054)
@@ -5,7 +5,7 @@
 
 pkgbase=cockpit
 pkgname=(cockpit cockpit-pcp)
-pkgver=244.1
+pkgver=245
 pkgrel=1
 pkgdesc='A systemd web based user interface for Linux servers'
 arch=('x86_64')
@@ -14,12 +14,10 @@
 makedepends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib glib-networking
              git intltool gtk-doc gobject-introspection networkmanager libgsystem xmlto npm pcp)
 source=("https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-$pkgver.tar.xz"
-        "https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-cache-$pkgver.tar.xz"
         "cockpit.pam"
         "cockpit-ws.sysuser.conf"
         "cockpit-wsinstance.sysuser.conf")
-sha256sums=('294beb6967c9dcfebca1bfbccfe3b5c64d2c0997f7357245f959626c3ec319fe'
-            '1e8abffabde909769822450895a00a12064176696c7c6b88e656764662e560c0'
+sha256sums=('a669c7303bedc877d505085c4a1039f9584f1baaa336c07aa3846875af57775d'
             'a979e236681c6a06906937cf0f012e976347af5d6d7e7ae04a11acb01cc2689d'
             '1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
             '46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')
@@ -26,6 +24,7 @@
 
 build() {
   cd cockpit-$pkgver
+  find dist package-lock.json -type f -exec touch {} +
   ./configure \
     --prefix=/usr \
     --sbindir=/usr/bin \
@@ -33,8 +32,7 @@
     --sysconfdir=/etc \
     --localstatedir=/var \
     --disable-dependency-tracking \
-    --with-appstream-data-packages='[ "archlinux-appstream-data" ]' \
-    --with-nfs-client-package='"nfs-utils"' \
+    --disable-silent-rules \
     --with-cockpit-user=cockpit-ws \
     --with-cockpit-ws-instance-user=cockpit-wsinstance
   make all



More information about the arch-commits mailing list