Package Details: sticker-convert 2.20.0.0-1

Git Clone URL: https://aur.archlinux.org/sticker-convert.git (read-only, click to copy)
Package Base: sticker-convert
Description: Convert (animated) stickers to/from WhatsApp, Telegram, Signal, Line, Kakao, Viber, Discord, iMessage. Written in Python.
Upstream URL: https://github.com/laggykiller/sticker-convert
Licenses: GPLv2
Submitter: laggykiller
Maintainer: laggykiller
Last Packager: laggykiller
Votes: 1
Popularity: 0.098403
First Submitted: 2025-01-26 18:01 (UTC)
Last Updated: 2026-02-12 20:30 (UTC)

Latest Comments

laggykiller commented on 2025-04-13 09:21 (UTC)

@amnesaic_user Thank you, your proposed change is adopted

amnesaic_user commented on 2025-04-13 04:45 (UTC) (edited on 2025-04-13 04:47 (UTC) by amnesaic_user)

==> Starting package()...
install: cannot stat '/home/amnesia/.cache/yay/sticker-convert/src/LICENSE': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: sticker-convert-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
sticker-convert - exit status 4

Making a small change to PKGBUILD allows it to run without any more manual interventions.

[amnesia@home tmp]$ diff PKGBUILD-1 PKGBUILD-2
35c35
<     install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/opt/${pkgname}/LICENSE"
---
>     install -Dm644 "${srcdir}/${pkgname}-${pkgver}-LICENSE" "${pkgdir}/opt/${pkgname}/LICENSE"

Had some issues with reading documentation, missed a single line that was necessary for authentication, and traceback confused me ^.^' However I was able to easily take a sticker from Telegram and import it into Signal and use it there! Thanks for sharing this on the AUR!

laggykiller commented on 2025-03-25 15:02 (UTC)

@dreieck Thank you, your proposed change is adopted

dreieck commented on 2025-03-25 11:30 (UTC)

Please use version and package name specific downloads, otherwise conflicts are pre-programmed if version changes or another package also uses a generic downloaded-file-name and $SRCDEST is set, e.g. in /etc/makepkg.conf:

  • Prepend ${pkgname}-${pkgver}-LICENSE:: to the LICENSE entry in the source array,
  • prepend sticker-convert-linux-x86_64-${pkgver}.zip:: to the sticker-convert-linux-x86_64.zip entry in the source array,
  • prepend sticker-convert-linux-aarch64-${pkgver}.zip:: to the sticker-convert-linux-aarch64.zip entry in the source array.

Regards and thanks for the package!

dreieck commented on 2025-03-25 11:28 (UTC)

Source verification fails:

==> Validating source_x86_64 files with sha256sums...
    sticker-convert-linux-x86_64.zip ... FAILED
    LICENSE ... Passed
==> ERROR: One or more files did not pass the validity check!

Regards!