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

推荐订阅源

博客园_首页
N
Netflix TechBlog - Medium
V
Visual Studio Blog
博客园 - Franky
小众软件
小众软件
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 三生石上(FineUI控件)
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
量子位
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
V
V2EX
The Cloudflare Blog
月光博客
月光博客
Last Week in AI
Last Week in AI
雷峰网
雷峰网
WordPress大学
WordPress大学
博客园 - 【当耐特】
博客园 - 聂微东
IT之家
IT之家
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

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.