[arch-commits] Commit in bleachbit/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Nov 14 09:34:16 UTC 2021


    Date: Sunday, November 14, 2021 @ 09:34:16
  Author: arojas
Revision: 1047365

archrelease: copy trunk to community-any

Added:
  bleachbit/repos/community-any/PKGBUILD
    (from rev 1047364, bleachbit/trunk/PKGBUILD)
Deleted:
  bleachbit/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-14 09:34:00 UTC (rev 1047364)
+++ PKGBUILD	2021-11-14 09:34:16 UTC (rev 1047365)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: yugrotavele <yugrotavele at archlinux dot us>
-# Contributor: Arkham <arkham at archlinux dot us>
-# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
-# Contributor: Arnaud Durand <biginozNOSPAM_at_free.dot.fr>
-# Contributor: Nuno Araujo <nuno.araujo at russo79.com>
-
-pkgname=bleachbit
-pkgver=4.4.1
-pkgrel=1
-pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
-arch=(any)
-url='https://www.bleachbit.org/'
-license=(GPL3)
-depends=(python-gobject gtk3)
-makedepends=(git)
-source=(git+https://github.com/bleachbit/bleachbit.git#tag=v${pkgver}?signed)
-validpgpkeys=(A9E582E4054A159315EDC943D6D447B02B4D4C9D) # Andrew Ziem <ahz001 at gmail.com>
-sha256sums=('SKIP')
-
-package() {
-  cd $pkgname
-
-  make prefix=/usr DESTDIR="$pkgdir" install
-}

Copied: bleachbit/repos/community-any/PKGBUILD (from rev 1047364, bleachbit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-14 09:34:16 UTC (rev 1047365)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: yugrotavele <yugrotavele at archlinux dot us>
+# Contributor: Arkham <arkham at archlinux dot us>
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+# Contributor: Arnaud Durand <biginozNOSPAM_at_free.dot.fr>
+# Contributor: Nuno Araujo <nuno.araujo at russo79.com>
+
+pkgname=bleachbit
+pkgver=4.4.2
+pkgrel=1
+pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
+arch=(any)
+url='https://www.bleachbit.org/'
+license=(GPL3)
+depends=(python-gobject gtk3)
+makedepends=(git)
+source=(git+https://github.com/bleachbit/bleachbit.git#tag=v${pkgver}?signed)
+validpgpkeys=(A9E582E4054A159315EDC943D6D447B02B4D4C9D) # Andrew Ziem <ahz001 at gmail.com>
+sha256sums=('SKIP')
+
+package() {
+  cd $pkgname
+
+  make prefix=/usr DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list