summaryrefslogtreecommitdiffstats
path: root/src/pacman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman.h')
-rw-r--r--src/pacman.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pacman.h b/src/pacman.h
index 3bc7eb3b..bc8e530e 100644
--- a/src/pacman.h
+++ b/src/pacman.h
@@ -22,7 +22,7 @@
#define _PAC_PACMAN_H
#ifndef PACVER
-#define PACVER "2.7.7"
+#define PACVER "2.7.8"
#endif
#ifndef PKGDIR
@@ -33,6 +33,10 @@
#define PACCONF "etc/pacman.conf"
#endif
+#ifndef CACHEDIR
+#define CACHEDIR "var/cache/pacman/pkg"
+#endif
+
/* Operations */
#define PM_MAIN 1
#define PM_ADD 2