summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKopfKrieg2018-05-29 18:59:13 +0200
committerKopfKrieg2018-05-29 18:59:13 +0200
commit8ea1dd6a76ea5b89ea5b10201f35cd0051b7ef8c (patch)
tree7c6773a6760feed5d4e711ea66f616503a8800f8
parent97610103c58845678b3f0055ff86db5fbea037ac (diff)
downloadaur-8ea1dd6a76ea5b89ea5b10201f35cd0051b7ef8c.tar.gz
Updated, depends now on pacman-contrib
-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"