Search Criteria
Package Details: gnome-shell-extension-timepp-git v3.34_57_g767aa8c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnome-shell-extension-timepp-git.git (read-only, click to copy) |
---|---|
Package Base: | gnome-shell-extension-timepp-git |
Description: | A todo.txt manager, time tracker, timer, stopwatch, pomodoro, and alarm clock |
Upstream URL: | https://github.com/zagortenay333/timepp__gnome |
Licenses: | GPL3 |
Conflicts: | gnome-shell-extension-timepp |
Submitter: | satriani |
Maintainer: | satriani |
Last Packager: | satriani |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2019-02-08 19:56 (UTC) |
Last Updated: | 2020-12-12 22:54 (UTC) |
Dependencies (2)
- gnome-shell (gnome-shell-mobile-gitAUR, gnome-shell-screencast-vaapiAUR, gnome-shell-mobileAUR, gnome-shell-beta-performanceAUR, gnome-shell-performance-unstableAUR, gnome-shell-performanceAUR, gnome-shell-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
infotoni91 commented on 2020-12-11 16:53 (UTC)
Flagged out-of-date because of the error thrown in pkgver()
DVS9999 commented on 2020-06-19 23:37 (UTC)
Fix for the below issue (may be a better solution but this worked for me)
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace. ==> ERROR: pkgver() generated an invalid version: v3.32-23-g34ae477
Modify the PKGBUILD line:-
git describe --always --tags
and append:-
| tr '-' '_'
Full line:-
git describe --always --tags| tr '-' '_'
Tio commented on 2019-03-30 12:50 (UTC)
Error: