Package Details: vorta-git r582.17eb71a-1

Git Clone URL: https://aur.archlinux.org/vorta-git.git (read-only, click to copy)
Package Base: vorta-git
Description: A GUI for BorgBackup (git)
Upstream URL: https://github.com/borgbase/vorta
Licenses: GPL
Conflicts: vorta
Provides: vorta
Submitter: jose1711
Maintainer: jose1711
Last Packager: jose1711
Votes: 1
Popularity: 0.000615
First Submitted: 2021-05-14 17:50 (UTC)
Last Updated: 2021-12-08 10:38 (UTC)

Latest Comments

xiota commented on 2023-11-15 04:55 (UTC) (edited on 2023-11-15 04:58 (UTC) by xiota)

While not necessary to bump version on git packages, pkgver() does need to be updated to use format #.r#.g#, as described in VCS package guidelines. I suggest the following, to skip "beta" and other unusual version patterns.

git describe --long --tags --exclude='*[a-z][a-z]*' \
  | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'

Package should also be updated to PEP517 install method.

jose1711 commented on 2022-08-25 13:04 (UTC)

@arrayinamatrix: what do you mean? building vorta-git gets the latest commit of master branch (pkver resolves to r668.af311c9).

arrayinamatrix commented on 2022-08-21 00:00 (UTC) (edited on 2022-08-21 00:00 (UTC) by arrayinamatrix)

The vorta package is more up to date then the git package.

lutoma commented on 2021-11-30 13:26 (UTC)

I think the python-apscheduler dependency can be dropped from the PKGBUILD following this commit: https://github.com/borgbase/vorta/commit/c7a1077fec022d60ad27919f60199424f9f13e6a