Search Criteria
Package Details: tgs2png-git 69e3605-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tgs2png-git.git (read-only, click to copy) |
---|---|
Package Base: | tgs2png-git |
Description: | Convert Telegram's animated stickers in TGS format into series of PNG images. |
Upstream URL: | https://github.com/zevlg/tgs2png |
Licenses: | GPL3 |
Conflicts: | tgs2png |
Provides: | tgs2png |
Submitter: | BlindingDark |
Maintainer: | BlindingDark |
Last Packager: | BlindingDark |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-03-12 18:01 (UTC) |
Last Updated: | 2021-12-06 05:42 (UTC) |
Dependencies (4)
- libpng (libpng-gitAUR, libpng-apngAUR)
- rlottieAUR (rlottie-gitAUR, rlottie-paper-plane-gitAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
dreieck commented on 2025-03-25 11:59 (UTC)
You must make sure that the package version is monotoneously increasing with every upstream commit.
Your current
pkgver()
reproduces the git commit hash, which is erratic.Please
pkgver()
function (example below),epoch=1
because that fix changes the versioning scheme drastically.Regards and thanks for the package!
PKGBUILD
patch, with more properpkgver()
and some other improvements:pkgver()
standalone:Regards!