[arch-commits] Commit in profile-cleaner/repos/community-any (4 files)
David Runge
dvzrv at gemini.archlinux.org
Mon Jul 19 14:20:15 UTC 2021
Date: Monday, July 19, 2021 @ 14:20:14
Author: dvzrv
Revision: 978683
archrelease: copy trunk to community-any
Added:
profile-cleaner/repos/community-any/PKGBUILD
(from rev 978682, profile-cleaner/trunk/PKGBUILD)
profile-cleaner/repos/community-any/profile-cleaner.install
(from rev 978682, profile-cleaner/trunk/profile-cleaner.install)
Deleted:
profile-cleaner/repos/community-any/PKGBUILD
profile-cleaner/repos/community-any/profile-cleaner.install
-------------------------+
PKGBUILD | 53 +++++++++++++++++++++++-----------------------
profile-cleaner.install | 14 ++++++------
2 files changed, 34 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-19 14:19:29 UTC (rev 978682)
+++ PKGBUILD 2021-07-19 14:20:14 UTC (rev 978683)
@@ -1,26 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=profile-cleaner
-pkgver=2.41
-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' '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=('7f1f0176c43bc2ed8efb0f0ede36b0b013db5761c6dea1aee4e22ca199ec44406c0f79e84c3a0f4d1684cf048ff4035dbcb5c82a82826d186dd3869c3721bc33')
-
-build() {
- cd "$pkgname-$pkgver"
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
- install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
Copied: profile-cleaner/repos/community-any/PKGBUILD (from rev 978682, profile-cleaner/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-19 14:20:14 UTC (rev 978683)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=profile-cleaner
+pkgver=2.42
+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' '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=('4f320ebc5d4dc5256c2bb4781d3c0ae36b620fbc28152d54000f6defc28e3de89f7d1a82cc908d8e7edca2083fa302b620fff78948388cc2dac98b8fcbd4d4c7')
+b2sums=('723c25ddf5977001a0f8919a72c783e360359fdd0da1c1f3adc46c15e40855e3569645396126eb2e69555cc0b8b029a3b841fd66b72ee45393ac68ed5dcc3c4b')
+
+build() {
+ cd "$pkgname-$pkgver"
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+ install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
Deleted: profile-cleaner.install
===================================================================
--- profile-cleaner.install 2021-07-19 14:19:29 UTC (rev 978682)
+++ profile-cleaner.install 2021-07-19 14:20:14 UTC (rev 978683)
@@ -1,7 +0,0 @@
-## arg 1: the new package version
-## arg 2: the old package version
-# shellcheck disable=SC2016
-
-post_install() {
- echo 'Target browsers/ email clients must not run when cleaning their profiles (consult `man 1 pc` for more info).'
-}
Copied: profile-cleaner/repos/community-any/profile-cleaner.install (from rev 978682, profile-cleaner/trunk/profile-cleaner.install)
===================================================================
--- profile-cleaner.install (rev 0)
+++ profile-cleaner.install 2021-07-19 14:20:14 UTC (rev 978683)
@@ -0,0 +1,7 @@
+## arg 1: the new package version
+## arg 2: the old package version
+# shellcheck disable=SC2016
+
+post_install() {
+ echo 'Target browsers/ email clients must not run when cleaning their profiles (consult `man 1 pc` for more info).'
+}
More information about the arch-commits
mailing list