Date: Thursday, April 6, 2023 @ 07:45:58
Author: artafinde
Revision: 1438420
archrelease: copy trunk to community-any
Added:
profile-cleaner/repos/community-any/PKGBUILD
(from rev 1438419, profile-cleaner/trunk/PKGBUILD)
profile-cleaner/repos/community-any/profile-cleaner.install
(from rev 1438419, 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 2023-04-06 07:45:23 UTC (rev 1438419)
+++ PKGBUILD 2023-04-06 07:45:58 UTC (rev 1438420)
@@ -1,27 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-pkgname=profile-cleaner
-pkgver=2.44
-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 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}"
-}
Copied: profile-cleaner/repos/community-any/PKGBUILD (from rev 1438419,
profile-cleaner/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-06 07:45:58 UTC (rev 1438420)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge <[email protected]>
+
+pkgname=profile-cleaner
+pkgver=2.45
+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=('a0ac65c92dab384627000822ef532e302689fc2dd4eb9418d05b8b78606ca5a7486aee76f9f0e5a4134deafea24becc83e34ced281eb8c0f6a9011351dfc1569')
+b2sums=('adb2a9e6956d8afc27deeb7bc6b621340c85749e62db53bf149cccebaca98cbe5d00de07cafc58d528910441353e4f0d6d6d2b3634c1a81f4d38361edef9b3ec')
+
+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 2023-04-06 07:45:23 UTC (rev 1438419)
+++ profile-cleaner.install 2023-04-06 07:45:58 UTC (rev 1438420)
@@ -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
1438419, profile-cleaner/trunk/profile-cleaner.install)
===================================================================
--- profile-cleaner.install (rev 0)
+++ profile-cleaner.install 2023-04-06 07:45:58 UTC (rev 1438420)
@@ -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).'
+}