Search Criteria
Package Details: cachedir 1.17-1
Git Clone URL: | https://aur.archlinux.org/cachedir.git (read-only, click to copy) |
---|---|
Package Base: | cachedir |
Description: | Utility for tagging directories as cache directories. |
Upstream URL: | http://liw.fi/cachedir/ |
Keywords: | cache utility |
Licenses: | |
Submitter: | SanskritFritz |
Maintainer: | SanskritFritz |
Last Packager: | SanskritFritz |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2014-04-04 09:10 |
Last Updated: | 2018-12-15 09:27 |
Latest Comments
SanskritFritz commented on 2018-12-15 09:27
Well, 1.4 is gone from the server, but the package was way outdated anyway, so...
SanskritFritz commented on 2018-12-13 19:59
Hmm strange indeed, something must have happened upstream. I'll contact the author.
netlexer commented on 2018-12-13 19:28
Using yay (my package manager) to build the current version from AUR produced an error:
curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading http://code.liw.fi/debian/pool/main/c/cachedir/cachedir_1.4.orig.tar.xz Aborting... Error downloading sources: cachedir
The latest version of these sources can be found at:
https://code.liw.fi/debian/pool/main/c/cachedir/cachedir_1.17.orig.tar.xz
I've marked the package as out of date.
SanskritFritz commented on 2017-08-25 11:59
XG_SiNGH Thanks for your observation. I'll fix this soon.
XG_SiNGH commented on 2017-08-24 17:34
Hello, thanks for providing & maintaining this great package!
Having just discovered the awesomeness of CACHEDIR.TAG (when looking at BORG Backup which supports it!), I just had to install this package, however got an error:
Traceback (most recent call last):
File "setup.py", line 25, in <module>
import cliapp
ImportError: No module named cliapp
Looks like we need to add a dependency for: python-cliapp (or python2-cliapp ?)
O_O