[arch-commits] Commit in profile-cleaner/repos/community-any (4 files)
David Runge
dvzrv at gemini.archlinux.org
Sun Nov 21 12:32:05 UTC 2021
Date: Sunday, November 21, 2021 @ 12:32:05
Author: dvzrv
Revision: 1052952
archrelease: copy trunk to community-any
Added:
profile-cleaner/repos/community-any/PKGBUILD
(from rev 1052951, profile-cleaner/trunk/PKGBUILD)
profile-cleaner/repos/community-any/profile-cleaner.install
(from rev 1052951, 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-21 12:31:57 UTC (rev 1052951)
+++ PKGBUILD 2021-11-21 12:32:05 UTC (rev 1052952)
@@ -1,27 +0,0 @@
-# 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}"
-}
Copied: profile-cleaner/repos/community-any/PKGBUILD (from rev 1052951, profile-cleaner/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-21 12:32:05 UTC (rev 1052952)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=profile-cleaner
+pkgver=2.44
+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=('54e0cc64a5c7c38f0d7abda5774e62ba72a04f408e9787318e2ced57892ad2c79833b335f5e4560c4861a3bd7746f09efe6982a053dee36698a5c4e9f9f71cc8')
+b2sums=('1430b4629bf48be64aa91518bc482517228374be53c123e522bc1b4dbc472333812b6fbc0fe451ee089aeff1ddb3167273c70ca4744e04e97452c6b8ab3422d1')
+
+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-21 12:31:57 UTC (rev 1052951)
+++ profile-cleaner.install 2021-11-21 12:32:05 UTC (rev 1052952)
@@ -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 1052951, profile-cleaner/trunk/profile-cleaner.install)
===================================================================
--- profile-cleaner.install (rev 0)
+++ profile-cleaner.install 2021-11-21 12:32:05 UTC (rev 1052952)
@@ -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