You are not logged in.

#1 2018-01-22 13:15:42

rvroom
Member
Registered: 2016-04-17
Posts: 26

[SOLVED] installing st form AUR - st fails to build

Hello,
I want to install st (suckless terminal) form AUR. To customize st, you have to edit config.h before building?? What I tryd:
clone the repository with:

$ git clone https://aur.archlinux.org/st.git

Then I edited config.h

$ vim config.h

In the config file I changed font and the colors.
Then when I tryd to build the package and install it:

$ makepkg -sri
==> Making package: st 0.7-1 (Mon Jan 22 13:51:15 CET 2018)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading st-0.7.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 42418  100 42418    0     0  42418      0  0:00:01 --:--:--  0:00:01 42418
  -> Found config.h
==> Validating source files with md5sums...
    st-0.7.tar.gz ... Passed
    config.h ... FAILED
==> ERROR: One or more files did not pass the validity check!

Without editing the config.h I have no error while building.

Any help would be appriciated how to do it right and what I did wrong.

Regards,

rvroom

Last edited by rvroom (2018-01-22 13:31:24)

Offline

#2 2018-01-22 13:21:58

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] installing st form AUR - st fails to build

You've done nothing wrong, the checksums no longer match as you've changed the contents of the file. Running...

updpkgsums

will update the PKGBUILD with the correct checksum.

Last edited by Slithery (2018-01-22 13:32:12)


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2018-01-22 13:29:03

rvroom
Member
Registered: 2016-04-17
Posts: 26

Re: [SOLVED] installing st form AUR - st fails to build

Thank you sir. Now the package build succesfully, and I can install it.

Regards,

rvroom

Offline

Board footer

Powered by FluxBB