[arch-commits] Commit in profile-cleaner/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sun May 17 17:22:33 UTC 2020
Date: Sunday, May 17, 2020 @ 17:22:33
Author: dvzrv
Revision: 628266
upgpkg: profile-cleaner 2.40-1: Upgrading to 2.40.
Modified:
profile-cleaner/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-17 16:58:41 UTC (rev 628265)
+++ PKGBUILD 2020-05-17 17:22:33 UTC (rev 628266)
@@ -1,17 +1,17 @@
# Maintainer: David Runge <dvzrv at archlinux.org>
pkgname=profile-cleaner
-pkgver=2.37
-pkgrel=2
+pkgver=2.40
+pkgrel=1
pkgdesc="Simple script to vacuum and reindex sqlite databases used by browsers"
arch=('any')
url="https://github.com/graysky2/profile-cleaner"
license=('MIT')
-depends=('bash' 'bc' 'parallel' 'sqlite')
+depends=('bash' 'bc' 'findutils' 'parallel' 'sqlite')
optdepends=('zsh-completions: for completion when using zsh')
install="${pkgname}.install"
source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('238dde1ee1fb612d9a7c9ed074a07fbbf2902204548de418a99c53cbf691aaa2d666a37a4fdaf83e2a802777549c9bd996b047b56239495c0db028212370ddb5')
+sha512sums=('a8fec032e84a591d6b4d54601f1c6e2d0b0bc89a1de4a8597d78611d87ceb741583b53a9e4d90bae8479e99621adba8f397cb35c57eaef1c059a67720d4dd4b2')
build() {
cd "$pkgname-$pkgver"
More information about the arch-commits
mailing list