Search Criteria
Package Details: termdown-git 2.0.0.r0.g2ebf6fc-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/termdown-git.git (read-only, click to copy) |
|---|---|
| Package Base: | termdown-git |
| Description: | Countdown timer and stopwatch in your terminal |
| Upstream URL: | https://github.com/trehn/termdown |
| Licenses: | GPL3 |
| Conflicts: | termdown |
| Provides: | termdown |
| Submitter: | Narthorn |
| Maintainer: | Narthorn |
| Last Packager: | Narthorn |
| Votes: | 8 |
| Popularity: | 0.042627 |
| First Submitted: | 2015-10-10 13:56 (UTC) |
| Last Updated: | 2026-02-11 20:28 (UTC) |
Dependencies (10)
- python (placeholder-for-pythonAUR)
- python-artAUR
- python-dateutil (python-dateutil-gitAUR)
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
- espeakAUR (optional) – voice support for spoken countdowns
Latest Comments
Narthorn commented on 2026-02-11 20:32 (UTC)
Thanks for the heads-up. The PKGBUILD has been updated with the new build system as per ilovemikael's post from earlier (with bonus makedeps python-hatchling, because apparently python now requires not just three but four different packages, to do the extremely complex task of moving some files into the right directories and creating a six-line shim exe to put in /bin).
amnesaic_user commented on 2026-02-11 17:39 (UTC)
This package can't upgrade, the setup.py no longer exist, it has been replaced. [ https://github.com/trehn/termdown/commit/b5e0a1d1e3f3083abc5c0f264b7002b7067b0f3a ] A bit new to AUR, I don't know if I should be flagging this out of date, but I think it should be since the upstream changed in such a way this BUILDPKG will not work with current git source given. I think it's maybe an easy fix, have a great day.
Narthorn commented on 2026-01-26 11:07 (UTC)
Thank you. Until setup.py stops working, I don't really see the point to add three more makedepends to do the same thing as before, but I will refer to this when it becomes necessary.
ilovemikael commented on 2026-01-25 08:55 (UTC)
hi, since it's been deprecated for a number of years, maybe it would be good to switch from invoking setup.py directly to using python-build and installer?
All you need to do to migrate is add a build() function which runs
python -m build --wheel --no-isolation, replace package()'s action withpython -m installer --destdir="$pkgdir" dist/*.whl, and add 'python-build', 'python-installer', and 'python-wheel' to makedepends (no need to remove any existing deps) =).ilovemikael commented on 2025-12-16 05:48 (UTC) (edited on 2025-12-16 05:50 (UTC) by ilovemikael)
python-pyfiglet should be replaced with python-art: https://github.com/trehn/termdown/commit/c94d388a3e2fff27128e5df510eb626caaeeb588
sigvaldr commented on 2025-06-02 05:17 (UTC)
Does what it says on the tin. +1
Narthorn commented on 2018-08-14 21:47 (UTC)
It's probably related to the recent python 3.6 to 3.7 upgrade. I bumped up the pkgver to make sure the package gets rebuilt on your machine, that should fix it.
polyzen commented on 2018-08-13 21:22 (UTC)
linduxed, you have to rebuild the package, not just reinstall it.
linduxed commented on 2018-08-13 07:05 (UTC)
As of a week or two, I'm getting the following error:
pkg_resources.DistributionNotFound: The 'termdown==1.14.1' distribution was not found and is required by the application
Other problems with AUR-packages that use Python have been occurring for me lately, but those have been resolved by simply reinstalling the package (probably some library placement issue). This method does not work with this package.