惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
有赞技术团队
有赞技术团队
Jina AI
Jina AI
H
Help Net Security
D
Docker
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
罗磊的独立博客
MyScale Blog
MyScale Blog
N
Netflix TechBlog - Medium
B
Blog RSS Feed
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MongoDB | Blog
MongoDB | Blog
美团技术团队
M
MIT News - Artificial intelligence
阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
Microsoft Security Blog
Microsoft Security Blog
IT之家
IT之家

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - texturepacker
2026-06-16 · via AUR Newest Packages

Bink commented on 2026-05-11 11:19 (UTC) (edited on 2026-05-11 11:22 (UTC) by Bink)

I can confirm that in my testing so far, a simple pkgver update and an update to the checksum is sufficient to bump this to version 8.0.0.

pkgver=8.0.0
sha256sums=('4637f96b36cf2c4f52bfd433dd7efa322b26d6d34367acc84d35e02539dbfda3')

Bink commented on 2025-10-16 21:28 (UTC)

The pkgrel value in the PKGBUILD (1) is mismatched with that of .SRCINFO (2).

As a result, the package forever wants to update because the installed version seemingly references PKGBUILD, but the online version references .SRCINFO.

You might make sure you include this as part of your package update process to ensure both are in sync:

makepkg --printsrcinfo > .SRCINFO

lewiji commented on 2021-03-22 12:41 (UTC)

5.5.0 was release in January. However, updating the .deb in the PKGBUILD to target the new version introduced a lot of UI glitches for me that made it unusable. I think CodeAndWeb introduced some new scaling code for Linux in this update, maybe that's responsible, but I can't get it working.

sum01 commented on 2018-12-08 16:01 (UTC)

The download is available over https now, which I would recommend using.

suzumiya commented on 2017-10-14 23:43 (UTC) (edited on 2017-10-14 23:44 (UTC) by suzumiya)

``` /usr/bin/../lib/texturepacker/TexturePacker_: relocation error: /usr/bin/../lib/texturepacker/TexturePacker_: symbol _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_createERmm, version Qt_5 not defined in file libQt5Qml.so.5 with link time reference ``` When I tried to install 4.5.0 version by simply change package_version from 4.4.* to 4.5.0, I encountered above error message. Any idea about it? Thanks.

jfcandidofilho commented on 2016-08-26 05:02 (UTC) (edited on 2016-08-26 05:19 (UTC) by jfcandidofilho)

@ajo, I think you should create a new package for these modifications of yours. Would be awesome! Also I'm contacting @etzos to see if he is still interested in being the maintainer. If he isn't, I will file an orphan request and suggest you as the maintainer. But please, use the original files, if this happens to occur.

<deleted-account> commented on 2016-05-18 15:25 (UTC)

PKGBUILD updated to 4.2.1, courtesy of Geequlim (https://github.com/Geequlim).

<deleted-account> commented on 2016-04-24 18:10 (UTC)

I forgot to mention I've updated my version of the PKGBUILD to 4.1.0.

<deleted-account> commented on 2016-02-24 19:59 (UTC)

Is someone still maintaining this package? I rewrote the install script to fix minor details, updated to version 4.0.2 and added a few lines to strip the bundled libraries. They aren't really needed and just waste space when the Arch system ones work just fine. As a result, my PKGBUILD installs a lot smaller package but changes the dependencies. I tested my build and probed through the dependencies with readelf, pkgfile and namcap. I pushed my version to https://github.com/anttioja/texturepacker.git for now.

tarek commented on 2015-11-14 17:43 (UTC)

I updated PKGBuild with Version 4.0.1 at https://raw.githubusercontent.com/hoteit/archlinux-aur/master/PKGBUILD I also tested it. Thanks.