PHANTOM
🇮🇳 IN

Package Details: aurvote-utils 1.2.0-1

Git Clone URL: https://aur.archlinux.org/aurvote-utils.git (read-only, click to copy)
Package Base: aurvote-utils
Description: A set of utilities for managing AUR votes
Upstream URL: https://github.com/gwuen/aurvote-utils
Licenses: MIT
Submitter: jadenPete
Maintainer: aliu
Last Packager: aliu
Votes: 55
Popularity: 2.88
First Submitted: 2019-03-31 00:18 (UTC)
Last Updated: 2026-01-10 16:14 (UTC)

Required by (0)

Sources (1)

Latest Comments

gwuensch commented on 2026-01-12 18:32 (UTC)

Thanks for the update! There's still a typo in the source list, should be pkgver instead of pkgversion (also, license file has wrong permissions):

diff --git a/PKGBUILD b/PKGBUILD
index ad9f623..5d0e6e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,12 @@ arch=('any')
 url=https://github.com/gwuen/aurvote-utils
 license=('MIT')
 depends=('python' 'python-beautifulsoup4' 'python-requests')
-source=("${pkgname}-${pkgversion}.tar.gz::https://github.com/gwuen/aurvote-utils/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gwuen/aurvote-utils/archive/v${pkgver}.tar.gz")
 sha256sums=('fd8b6748a6d4b7176957a488431ffea6bfbe8bb656105a83a902d38b90fd74dd')

 package() {
    cd "aurvote-utils-${pkgver}"
    install -D aur-vote "${pkgdir}/usr/bin/aur-vote"
    install aur-autovote "${pkgdir}/usr/bin/aur-autovote"
-    install -Dm655 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

gwuensch commented on 2025-07-06 21:45 (UTC)

I've resolved the issues with the script. Feel free to use my fork until the PR with the fixes is merged: https://github.com/gwuen/aurvote-utils

RubenKelevra commented on 2024-07-08 12:40 (UTC)

Currently does not work.

https://github.com/jadenPete/aurvote-utils/issues/1