Development of this plugin is discontinued in favor of Telegram tdlib.
This PKGBUILD remains for usage of the master branch.
Git Clone URL: | https://aur.archlinux.org/telegram-purple-git.git (read-only, click to copy) |
---|---|
Package Base: | telegram-purple-git |
Description: | Adds support for Telegram to Pidgin, Adium, Finch and other Libpurple based messengers. |
Upstream URL: | https://github.com/majn/telegram-purple |
Keywords: | finch pidgin protocol purple telegram |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | franciscod |
Maintainer: | Atomisirsi |
Last Packager: | Atomisirsi |
Votes: | 46 |
Popularity: | 0.000123 |
First Submitted: | 2014-10-27 18:59 |
Last Updated: | 2021-01-07 15:49 |
Development of this plugin is discontinued in favor of Telegram tdlib.
This PKGBUILD remains for usage of the master branch.
The "update loop" problem can be solved by applying the "VCS package guidelines" to the PKGBUILD:
pkgver() { cd "${srcdir}/${_pkgname}" printf "${_ver}.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" }
This transforms version "1.4.3.a5d7e24-1" to "1.4.3.r1540.a5d7e24-1".
A year later we still have "update loop" problem. Instead of a103df3-1 it builds a5d7e24-1
Git branch tag should be changed 1.4.3, because 1.4.2 does not exist any more
I have the same error as @guraltsev. Could you please fix the numbering?
There is something strange with the version number. The package declares a version of 1.4.0.206ac2c-1 but it builds a package with version 1.4.0.2bf0d8a-1. This causes any aur helper to continuously try to update it.
Could you add 'aarch64' to the architectures or change to 'any', please?
@vasya try fresh build from scratch
Doesn't build for me right now. It says:
> fatal: 'origin/dev-1.4.0' is not a commit and a branch 'makepkg' cannot be created from it
> ==> ERROR: Failure while creating working copy of telegram-purple git repo
Updated to dev branch.
Pinned Comments
Atomisirsi commented on 2021-01-07 15:56
Development of this plugin is discontinued in favor of Telegram tdlib.
This PKGBUILD remains for usage of the master branch.