Skip to content

Fix SystemD service sha256

This fixes the SHA256 checksum hash of inputattach.service (must've been forgotten after the change in c843e6d4)

The current PKGBUILD fails to build during sha256sum validation:

$ makepkg --cleanbuild --sign -f
==> Making package: linuxconsole 1.8.1-1 (Wed 20 Nov 2024 12:58:44 PM MST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found linuxconsoletools-1.8.1.tar.bz2
  -> Found linuxconsoletools-1.8.1.tar.bz2.sig
  -> Found inputattach.conf.d
  -> Found inputattach.service
  -> Found inputattachctl
==> Validating source files with sha256sums...
    linuxconsoletools-1.8.1.tar.bz2 ... Passed
    linuxconsoletools-1.8.1.tar.bz2.sig ... Skipped
    inputattach.conf.d ... Passed
    inputattach.service ... FAILED
    inputattachctl ... Passed
==> ERROR: One or more files did not pass the validity check!

Merge request reports

Loading