summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKopfKrieg2020-02-29 14:48:31 +0100
committerKopfKrieg2020-02-29 14:48:31 +0100
commitcede648b50bb0788c84243b27ab885a5226edc92 (patch)
tree0c3e15e6f87466dbe83c09f915a4616eef11820b
parent4c96e3ea8ab8b3393f1512efd69250f00b842395 (diff)
downloadaur-cede648b50bb0788c84243b27ab885a5226edc92.tar.gz
Better description of what the hook does while running it
-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