[arch-commits] Commit in profile-cleaner/repos/community-any (4 files)

David Runge dvzrv at gemini.archlinux.org
Sat Nov 20 16:25:03 UTC 2021


    Date: Saturday, November 20, 2021 @ 16:25:02
  Author: dvzrv
Revision: 1052881

archrelease: copy trunk to community-any

Added:
  profile-cleaner/repos/community-any/PKGBUILD
    (from rev 1052880, profile-cleaner/trunk/PKGBUILD)
  profile-cleaner/repos/community-any/profile-cleaner.install
    (from rev 1052880, profile-cleaner/trunk/profile-cleaner.install)
Deleted:
  profile-cleaner/repos/community-any/PKGBUILD
  profile-cleaner/repos/community-any/profile-cleaner.install

-------------------------+
 PKGBUILD                |   54 +++++++++++++++++++++++-----------------------
 profile-cleaner.install |   14 +++++------
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-20 16:24:54 UTC (rev 1052880)
+++ PKGBUILD	2021-11-20 16:25:02 UTC (rev 1052881)
@@ -1,27 +0,0 @@
-# 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}"
-}

Copied: profile-cleaner/repos/community-any/PKGBUILD (from rev 1052880, profile-cleaner/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-20 16:25:02 UTC (rev 1052881)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=profile-cleaner
+pkgver=2.43
+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=('379429633b554df8e4e61f7c7c01c1358a561ee159609b15b12b8e11b6bde49b24b5a3fb485ee1b1e8bab4a4b3d32a17b3b216fdf6ebaf60ad7b89eceeb38b0e')
+b2sums=('022f5a070a18bfcf64728da68e1239a3d45f37aba7149d4160ded1ef2c4707db20c59fec0db342f7cba37fa2da9f06011f10f1ee96065e37863fca86688f7722')
+
+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-11-20 16:24:54 UTC (rev 1052880)
+++ profile-cleaner.install	2021-11-20 16:25:02 UTC (rev 1052881)
@@ -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 1052880, profile-cleaner/trunk/profile-cleaner.install)
===================================================================
--- profile-cleaner.install	                        (rev 0)
+++ profile-cleaner.install	2021-11-20 16:25:02 UTC (rev 1052881)
@@ -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