Package Details: gnome-obfuscate-git 0.0.7.r30.g73493b2-1

Git Clone URL: https://aur.archlinux.org/gnome-obfuscate-git.git (read-only, click to copy)
Package Base: gnome-obfuscate-git
Description: Censor private information
Upstream URL: https://gitlab.gnome.org/World/obfuscate
Keywords: design
Licenses: GPL3
Conflicts: gnome-obfuscate
Provides: gnome-obfuscate
Submitter: rafaelff
Maintainer: rafaelff
Last Packager: rafaelff
Votes: 3
Popularity: 0.000000
First Submitted: 2020-03-15 18:59 (UTC)
Last Updated: 2023-02-21 16:03 (UTC)

Latest Comments

« First ‹ Previous 1 2

yochananmarqos commented on 2020-03-17 19:04 (UTC) (edited on 2020-03-17 19:40 (UTC) by yochananmarqos)

The pkgver should be generated by the tags. What you have there is the tag + the number of total revisions, not the number of revisions since the last tag. See VCS package guidelines.

pkgver() {
  cd obfuscate
  git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
0.0.2.r5.g45e1e37

EDIT: Also, appstream-glib is only required to build, it's not a runtime dependency