summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKopfKrieg2020-02-29 14:52:32 +0100
committerKopfKrieg2020-02-29 14:52:32 +0100
commit0c51ae95c20bb48c58f2147d54a87b08449bf911 (patch)
tree971a0ccb526be54b2f50a92700946c5a4a025fab
parentcede648b50bb0788c84243b27ab885a5226edc92 (diff)
downloadaur-0c51ae95c20bb48c58f2147d54a87b08449bf911.tar.gz
Forgot to update checksum, sorry everyone
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9275dc71bf78..befdf81683d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
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 = 6
+ pkgrel = 7
arch = any
depends = pacman-contrib
source = cleanup.hook
- sha1sums = 8352fc69232b9ae2fea24672c15e103fff80a5d4
+ sha256sums = 235d6743e8d91bec5ab911a12e061be417f2d179edbc8423fe628fdbfec6876a
pkgname = pacman-cleanup-hook
diff --git a/PKGBUILD b/PKGBUILD
index 594aa6232050..a6f211e1fb9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=pacman-cleanup-hook
pkgver=1.0
-pkgrel=6
+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.'
arch=('any')
depends=('pacman-contrib')
source=('cleanup.hook')
-sha1sums=('8352fc69232b9ae2fea24672c15e103fff80a5d4')
+sha256sums=('235d6743e8d91bec5ab911a12e061be417f2d179edbc8423fe628fdbfec6876a')
package() {
install -D -m0644 "${srcdir}/cleanup.hook" "${pkgdir}/usr/share/libalpm/hooks/cleanup.hook"