Package Details: torge 1.0.2-1

Git Clone URL: https://aur.archlinux.org/torge.git (read-only, click to copy)
Package Base: torge
Description: A shell script for searching for links on torrent sites
Upstream URL: https://github.com/TUVIMEN/torge
Licenses: GPL-3.0-or-later
Provides: torge
Submitter: TUVIMEN
Maintainer: TUVIMEN
Last Packager: TUVIMEN
Votes: 0
Popularity: 0.000000
First Submitted: 2024-11-19 19:26 (UTC)
Last Updated: 2026-01-16 16:12 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

TUVIMEN commented on 2026-01-16 16:16 (UTC)

thanks for the notice, fixed

serxxx commented on 2026-01-16 15:25 (UTC)

The version in the PKGBUILD is not correct. It is

pkgver=1

and should be

pkgver=1.0.1

The version in .SRCINFO is correct.

This causes the installed package to be installed as "torge-1-1", while AUR reports the package version as 1.0.1-1, causing a version difference and perpetual re-installs.

As a temporary work-around, users can do this:

cd ~/.cache/yay/torge
sed -i 's/^pkgver=.*/pkgver=1.0.1/' PKGBUILD
makepkg -f
pacman -U torge-1.0.1-1-any.pkg.tar.zst

which will stop yay from detecting the packaging error.