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

David Runge dvzrv at archlinux.org
Sun May 17 17:22:39 UTC 2020


    Date: Sunday, May 17, 2020 @ 17:22:39
  Author: dvzrv
Revision: 628267

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-17 17:22:33 UTC (rev 628266)
+++ PKGBUILD	2020-05-17 17:22:39 UTC (rev 628267)
@@ -1,26 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=profile-cleaner
-pkgver=2.37
-pkgrel=2
-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')
-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')
-
-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 628266, profile-cleaner/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-17 17:22:39 UTC (rev 628267)
@@ -0,0 +1,26 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=profile-cleaner
+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' '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=('a8fec032e84a591d6b4d54601f1c6e2d0b0bc89a1de4a8597d78611d87ceb741583b53a9e4d90bae8479e99621adba8f397cb35c57eaef1c059a67720d4dd4b2')
+
+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	2020-05-17 17:22:33 UTC (rev 628266)
+++ profile-cleaner.install	2020-05-17 17:22:39 UTC (rev 628267)
@@ -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 628266, profile-cleaner/trunk/profile-cleaner.install)
===================================================================
--- profile-cleaner.install	                        (rev 0)
+++ profile-cleaner.install	2020-05-17 17:22:39 UTC (rev 628267)
@@ -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