summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 434182547b6d..4554e478be72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
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 = 0.1
- pkgrel = 1
+ pkgver = 1.0
+ pkgrel = 2
arch = any
- depends = pacman
+ depends = pacman-contrib
source = cleanup.hook
sha1sums = 8352fc69232b9ae2fea24672c15e103fff80a5d4
diff --git a/PKGBUILD b/PKGBUILD
index 68701ad93843..e9965ef6ab7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: KopfKrieg <archlinux [at] absolem [dot] cc>
pkgname=pacman-cleanup-hook
-pkgver=0.1
-pkgrel=1
-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")
-source=("cleanup.hook")
-sha1sums=("8352fc69232b9ae2fea24672c15e103fff80a5d4")
+pkgver=1.0
+pkgrel=2
+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')
+source=('cleanup.hook')
+sha1sums=('8352fc69232b9ae2fea24672c15e103fff80a5d4')
package() {
mkdir -p "${pkgdir}/etc/pacman.d/hooks"