Package Details: dura-git v0.2.0.r11.gb4a51b9-1

Git Clone URL: https://aur.archlinux.org/dura-git.git (read-only, click to copy)
Package Base: dura-git
Description: Dura is a background process that watches your Git repositories and commits your uncommitted changes
Upstream URL: https://github.com/tkellogg/dura
Licenses: Apache
Provides: dura
Submitter: programatic
Maintainer: roscar
Last Packager: roscar
Votes: 2
Popularity: 0.023191
First Submitted: 2022-01-04 04:16 (UTC)
Last Updated: 2023-10-23 13:09 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Pinned Comments

roscar commented on 2023-10-26 06:31 (UTC)

I've updated PKGBUILD to:

  • not clone a specific commit, will use latest commit on main branch
  • patch the version onto the built package so that dura --version will show something like '0.2.0+r11.gb4a51b9', which is the latest tag + distance from the tag, so 0.2.0+r11 means this is 11 commits after 0.2.0 was tagged
  • run tests after build, since builds aren't done from a release having tests run first seems sensible

Latest Comments

roscar commented on 2023-10-26 06:31 (UTC)

I've updated PKGBUILD to:

  • not clone a specific commit, will use latest commit on main branch
  • patch the version onto the built package so that dura --version will show something like '0.2.0+r11.gb4a51b9', which is the latest tag + distance from the tag, so 0.2.0+r11 means this is 11 commits after 0.2.0 was tagged
  • run tests after build, since builds aren't done from a release having tests run first seems sensible

louisl commented on 2022-03-01 01:58 (UTC) (edited on 2022-03-01 01:58 (UTC) by louisl)

Getting this error on serve, missing dep maybe?

dura: error while loading shared libraries: libgit2.so.1.3: cannot open shared object file: No such file or directory

Dulbi commented on 2022-01-12 00:13 (UTC)

Hi, I know that the author did not provide any tags nor release version. But if this is a git package, why did you choose not to reference the commit in the package name (like in https://wiki.archlinux.org/title/VCS_package_guidelines#VCS_sources) ?