Package Details: varia 2026.3.27-2

Git Clone URL: https://aur.archlinux.org/varia.git (read-only, click to copy)
Package Base: varia
Description: Download manager based on aria2
Upstream URL: https://giantpinkrobots.github.io/varia/
Keywords: adwaita aria2 download gtk gtk4 libadwaita manager
Licenses: MPL-2.0
Submitter: jdigi78
Maintainer: mhdi
Last Packager: mhdi
Votes: 17
Popularity: 0.91
First Submitted: 2023-12-06 03:36 (UTC)
Last Updated: 2026-04-25 07:55 (UTC)

Latest Comments

1 2 Next › Last »

gwuensch commented on 2026-04-27 21:47 (UTC)

The checksum is correct. However, if you installed the borked update, you likely still have the old source saved under the new filename, meaning makepkg won't automatically download the correct file. To fix this, just delete the cached source and start the build again.

A8b commented on 2026-04-27 21:29 (UTC) (edited on 2026-04-27 21:35 (UTC) by A8b)

um

Validating source files with sha256sums...
varia-2026.3.27.tar.gz ... FAILED`

mihalycsaba commented on 2026-04-25 12:02 (UTC)

you didnt update the sums

gwuensch commented on 2026-04-23 11:04 (UTC)

Hi, I think you forgot to bump $_pkgver alongside $pkgver. It's still set to 2026.1.5-3, so the source URL hasn't actually changed and points to the old release tarball.

In the future, you could avoid this issue entirely using Bash parameter expansion to replace any dashes:

_pkgver=2026.3.27
pkgver="${_pkgver//-/.}"

mihalycsaba commented on 2026-04-09 12:59 (UTC)

Hey there's a new update. I can help with maintenance.

yochananmarqos commented on 2026-01-12 05:13 (UTC) (edited on 2026-01-12 05:15 (UTC) by yochananmarqos)

I just built 2026.1.5 and noticed there are missing dependencies. See my PKGBUILD.diff and a PKGBUILD for python-emoji-country-flag.

Note that libayatana-appindicator is used on Linux for the tray functionality and python-pystray is only used on Mac.

Above pastes expire in 30 days.

Samueru commented on 2026-01-11 03:10 (UTC)

package is now broken as result of the python3.14 update.

jdigi78 commented on 2025-11-11 15:56 (UTC)

@saeid025 I just installed it on a clean Arch container and it launches fine. Try running it from terminal and see if you get any errors.

saeid025 commented on 2025-11-11 14:42 (UTC)

it install without any problem, but then when launching it nothing happens...

jdigi78 commented on 2023-12-10 14:14 (UTC)

@celebrimbor I fixed it. Thank you.