aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-04-29 12:57:33 +0200
committerdec05eba <dec05eba@protonmail.com>2018-04-29 12:57:37 +0200
commit8d3a83a20a57cd505b2f98a542903a3aee0c2b45 (patch)
treef22a67990a9b9f6f0729c4466124a8c10b2d4228 /include
parent34563dda0ccfc34ce62f0bfcfc20f2b0fa48833e (diff)
Change sibs cache directory to standard one, remove library archive when it has been extracted
Diffstat (limited to 'include')
-rw-r--r--include/PackageVersion.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/PackageVersion.hpp b/include/PackageVersion.hpp
index 99f8342..1d966fd 100644
--- a/include/PackageVersion.hpp
+++ b/include/PackageVersion.hpp
@@ -8,16 +8,16 @@ namespace sibs
/*
* Different package version syntax:
* ANY: "major.minor.patch" (xxx.xxx.xxx)
- * Checks for package in several different places. First pkg-config, then local lib dir (~/.sibs/lib), then git/server.
+ * Checks for package in several different places. First pkg-config, then local lib dir (~/.cache/sibs/lib), then git/server.
* Example: "2.1.002"
* GIT: "branch:revision"
* Checks for package in any of the configures git servers (default: github).
* Example: "master:HEAD"
* LATEST: "latest"
- * Checks for package in several different places. First git/server then pkg-config then local lib dir (~/.sibs/lib).
+ * Checks for package in several different places. First git/server then pkg-config then local lib dir (~/.cache/sibs/lib).
*
*
- * GIT and LATEST first check if local lib (~/.sibs/lib) contains latest version by comparing the revision to remote revision.
+ * GIT and LATEST first check if local lib (~/.cache/sibs/lib) contains latest version by comparing the revision to remote revision.
*/
class PackageVersion
{