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

Antonio Rojas arojas at archlinux.org
Thu Apr 23 08:55:17 UTC 2020


    Date: Thursday, April 23, 2020 @ 08:55:16
  Author: arojas
Revision: 617810

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-23 08:55:07 UTC (rev 617809)
+++ PKGBUILD	2020-04-23 08:55:16 UTC (rev 617810)
@@ -1,24 +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.0.0
-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 python-scandir gtk3)
-source=(https://download.bleachbit.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('34dedf9d1f7545bcf039c309f9a8e2b06b71d2a44d27fcf675abd194a981c3b6')
-
-package() {
-  cd $pkgname-$pkgver
-
-  make prefix=/usr DESTDIR="$pkgdir" install
-}

Copied: bleachbit/repos/community-any/PKGBUILD (from rev 617809, bleachbit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-23 08:55:16 UTC (rev 617810)
@@ -0,0 +1,24 @@
+# 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.0.0
+pkgrel=2
+pkgdesc='Deletes unneeded files to free disk space and maintain privacy'
+arch=(any)
+url='https://www.bleachbit.org/'
+license=(GPL3)
+depends=(python-gobject gtk3)
+source=(https://download.bleachbit.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('34dedf9d1f7545bcf039c309f9a8e2b06b71d2a44d27fcf675abd194a981c3b6')
+
+package() {
+  cd $pkgname-$pkgver
+
+  make prefix=/usr DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list