KaOS-Community-Packages / owncloud-client

Access your data from all your devices, on an open platform you can extend and modify. Qt5 Version
7 stars 0 forks source link

md5sum of package does not match #1

Open Aksej opened 6 years ago

Aksej commented 6 years ago

I wanted to install your owncloud-client package for KaOS in a fully updated KaOS. But it terminated abnormally upon encountering a mismatch of the md5sums.

with kcp

$ kcp -u && kcp -i owncloud-client
Klone nach 'owncloud-client' ...
remote: Counting objects: 54, done.
remote: Total 54 (delta 0), reused 0 (delta 0), pack-reused 54
Entpacke Objekte: 100% (54/54), Fertig.
Wollen sie das PKGBUILD editieren? [Y/n] n
==> Erstelle Paket: owncloud-client 2.3.3-1 (Mo 5. Feb 18:57:52 CET 2018)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> Empfange Quellen...
  -> Lade v2.3.3.tar.gz herunter...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   123    0   123    0     0    245      0 --:--:-- --:--:-- --:--:--   245
100 13.8M  100 13.8M    0     0  3627k      0  0:00:03  0:00:03 --:--:-- 4662k
==> Überprüfe source Dateien mit md5sums...
    v2.3.3.tar.gz ... FEHLGESCHLAGEN
==> FEHLER: Eine oder mehrere Dateien überstanden nicht die Gültigkeits-Prüfung!
exit status 1

with makepkg

$ makepkg -si
==> Erstelle Paket: owncloud-client 2.3.3-1 (Mo 5. Feb 17:55:01 CET 2018)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> Empfange Quellen...
  -> Lade v2.3.3.tar.gz herunter...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   123    0   123    0     0    228      0 --:--:-- --:--:-- --:--:--   227
100 13.8M    0 13.8M    0     0  3440k      0 --:--:--  0:00:04 --:--:-- 4885k
==> Überprüfe source Dateien mit md5sums...
    v2.3.3.tar.gz ... FEHLGESCHLAGEN
==> FEHLER: Eine oder mehrere Dateien überstanden nicht die Gültigkeits-Prüfung!
ShalokShalom commented 6 years ago

well, this is since KCP is maintained by users.

you can simply increase the version, check with makepkg -g the checksum and build then with makepkg -si once you replaced the old md5 with that new one.

let me know, if I can help, IRC, Forum and G+ is there as well

happy hacking