Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages / profile-cleaner
Commits: c859b710 by Leonidas Spyropoulos at 2024-06-30T22:40:44+01:00 upgpkg: 2.45-2: rebuild to produce .SRCINFO 1 3 https://archlinux.org/todo/rebuild-packages-that-are-missing-srcinfo/ - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = profile-cleaner + pkgdesc = Simple script to vacuum and reindex sqlite databases used by browsers + pkgver = 2.45 + pkgrel = 2 + url = https://github.com/graysky2/profile-cleaner + install = profile-cleaner.install + arch = any + license = MIT + depends = bash + depends = bc + depends = findutils + depends = parallel + depends = sqlite + optdepends = zsh-completions: for completion when using zsh + source = profile-cleaner-2.45.tar.gz::https://github.com/graysky2/profile-cleaner/archive/v2.45.tar.gz + sha512sums = a0ac65c92dab384627000822ef532e302689fc2dd4eb9418d05b8b78606ca5a7486aee76f9f0e5a4134deafea24becc83e34ced281eb8c0f6a9011351dfc1569 + b2sums = adb2a9e6956d8afc27deeb7bc6b621340c85749e62db53bf149cccebaca98cbe5d00de07cafc58d528910441353e4f0d6d6d2b3634c1a81f4d38361edef9b3ec + +pkgname = profile-cleaner ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=profile-cleaner pkgver=2.45 -pkgrel=1 +pkgrel=2 pkgdesc="Simple script to vacuum and reindex sqlite databases used by browsers" arch=(any) url="https://github.com/graysky2/profile-cleaner" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/profile-cleaner/-/commit/c859b7103a273e93a184e1f691e7d7d9c9c8de63 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/profile-cleaner/-/commit/c859b7103a273e93a184e1f691e7d7d9c9c8de63 You're receiving this email because of your account on gitlab.archlinux.org.
