summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--cleanup.hook2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 600452e435a2..9275dc71bf78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pacman-cleanup-hook
pkgdesc = Pacman hook to cleanup pacman cache, keeps only the latest cache and the currently installed package. No configuration necessary, just install it.
pkgver = 1.0
- pkgrel = 5
+ pkgrel = 6
arch = any
depends = pacman-contrib
source = cleanup.hook
diff --git a/PKGBUILD b/PKGBUILD
index da92d04f0f3f..594aa6232050 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pacman-cleanup-hook
pkgver=1.0
-pkgrel=5
+pkgrel=6
pkgdesc='Pacman hook to cleanup pacman cache, keeps only the latest cache and the currently installed package. No configuration necessary, just install it.'
arch=('any')
depends=('pacman-contrib')
diff --git a/cleanup.hook b/cleanup.hook
index bfd7b86d8634..883468dc0f31 100644
--- a/cleanup.hook
+++ b/cleanup.hook
@@ -6,6 +6,6 @@ Type = Package
Target = *
[Action]
-Description = Keep the last cache and the currently installed.
+Description = Removing unnecessary cached files (keeping the latest two)…
When = PostTransaction
Exec = /usr/bin/paccache -rvk2