Package Details: opera-proxy-git 1.2.4-1

Git Clone URL: https://aur.archlinux.org/opera-proxy-git.git (read-only, click to copy)
Package Base: opera-proxy-git
Description: Standalone Opera VPN client as http-proxy backend only
Upstream URL: https://github.com/Snawoot/opera-proxy
Licenses: MIT
Submitter: nonie689
Maintainer: nonie689
Last Packager: nonie689
Votes: 2
Popularity: 0.30
First Submitted: 2023-05-31 04:24 (UTC)
Last Updated: 2023-05-31 08:32 (UTC)

Latest Comments

drygdryg commented on 2025-01-06 06:45 (UTC)

The pkgver is not updated from Git repo. The pkgver function should be added:

pkgver() {
  cd "$srcdir/$_pkgname"
  git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}