Package Details: trackma 0.10.3-2

Git Clone URL: https://aur.archlinux.org/trackma.git (read-only, click to copy)
Package Base: trackma
Description: A lightweight and simple program for updating and using lists on several media tracking websites.
Upstream URL: https://z411.github.io/trackma/
Keywords: anilist anime hummingbird manga melative myanimelist vndb
Licenses: GPL3
Conflicts: trackma-git
Submitter: Timmy1e
Maintainer: Timmy1e (FichteFoll)
Last Packager: FichteFoll
Votes: 10
Popularity: 0.22
First Submitted: 2020-12-09 17:08 (UTC)
Last Updated: 2026-03-10 00:43 (UTC)

Dependencies (17)

Required by (1)

Sources (5)

Latest Comments

1 2 Next › Last »

Timmy1e commented on 2026-03-09 20:15 (UTC) (edited on 2026-03-09 20:15 (UTC) by Timmy1e)

@FichteFoll I've added you as a co-maintainer, my Github notifications often get clogged and I miss releases.

@Kcchouette Next time please flag the package out of date like @FichteFoll said. But thanks for the heads up, I'm pushing the package update now.

FichteFoll commented on 2026-03-09 19:27 (UTC)

@Kcchouette please flag a package as out-of-date (in the "Package Actions" box) instead of creating a comment, unless the version has long since been flagged as such and was still not updated.

That said, @Timmy1e, feel free to add me as a co-maintainer for this package since I am an upstream contributor. I'll try to remember to update the package when a release happens.

Kcchouette commented on 2026-03-09 14:04 (UTC)

Hello

There is an upstream update (v0.10.3)

Cheers

Timmy1e commented on 2026-01-21 10:15 (UTC)

@FichteFoll I missed that, will push an update.

FichteFoll commented on 2026-01-21 00:17 (UTC)

trackma 0.10 switch to Qt6 instead of Qt5, so the optional dependency should be updated.

wolfsilver00 commented on 2025-03-10 21:28 (UTC) (edited on 2025-03-10 21:28 (UTC) by wolfsilver00)

Adding the following 2 files to your $path

trackma-qt:

!/usr/bin/python

import sys from trackma.ui.qt import main if name == 'main': sys.exit(main())

trackma-gtk:

!/usr/bin/python

import sys from trackma.ui.gtk import main if name == 'main': sys.exit(main())

then making them executable, will allow you to run the GUIs if they havent installed

kebien6020 commented on 2024-05-24 03:51 (UTC)

python-pillow seems to be a required dependency for the Qt frontend

evgfilim1 commented on 2023-05-04 15:24 (UTC)

Package fails to build with similar error: https://bbs.archlinux.org/viewtopic.php?id=280982

Fix: https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules

Diff:

--- PKGBUILD    2023-05-04 20:22:23.498339743 +0500
+++ PKGBUILD    2023-05-04 20:23:06.962502951 +0500
@@ -4,7 +4,7 @@

 pkgname=trackma
 pkgver=0.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight and simple program for updating and using lists on several media tracking websites."
 url="https://z411.github.io/trackma/"
 arch=('any')
@@ -42,7 +42,7 @@

   git submodule init
   git config submodule."trackma/data/anime-relations".url $srcdir/anime-relations
-  git submodule update
+  git -c protocol.file.allow=always submodule update
 }

 package() {

tocic commented on 2022-12-24 05:50 (UTC)

Please update the upstream URL to its HTTPS counterpart.

Timmy1e commented on 2022-10-14 12:54 (UTC)

@ahmubashshir Thanks for the patch, I've applied it with some minor changes.