summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-01-07 22:17:32 +0300
committerCaleb Maclennan2021-01-07 22:17:32 +0300
commitf68f737508d66a2446bd252afdbd002aa329b3ce (patch)
treee07c6638f46285bf7b73b5695113692be564845b
parent0c51ae95c20bb48c58f2147d54a87b08449bf911 (diff)
downloadaur-f68f737508d66a2446bd252afdbd002aa329b3ce.tar.gz
upgpkg: pacman-cleanup-hook 1.0-8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index befdf81683d0..db260432054a 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.
+ pkgdesc = hook to cleanup pacman cache keeping only the installed version plus most recent cache
pkgver = 1.0
- pkgrel = 7
+ pkgrel = 8
arch = any
depends = pacman-contrib
source = cleanup.hook
diff --git a/PKGBUILD b/PKGBUILD
index a6f211e1fb9d..3fc7e2d6e56d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: KopfKrieg <archlinux [at] absolem [dot] cc>
+# Maintainer: Caleb Maclennan <caleb@alerque.com>
+# Contributor: KopfKrieg <archlinux [at] absolem [dot] cc>
pkgname=pacman-cleanup-hook
pkgver=1.0
-pkgrel=7
-pkgdesc='Pacman hook to cleanup pacman cache, keeps only the latest cache and the currently installed package. No configuration necessary, just install it.'
+pkgrel=8
+pkgdesc='hook to cleanup pacman cache keeping only the installed version plus most recent cache'
arch=('any')
depends=('pacman-contrib')
source=('cleanup.hook')