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

Kpcyrd kpcyrd at gemini.archlinux.org
Sat May 28 12:22:11 UTC 2022


    Date: Saturday, May 28, 2022 @ 12:22:11
  Author: kpcyrd
Revision: 1211140

archrelease: copy trunk to community-any

Added:
  bleachbit/repos/community-any/PKGBUILD
    (from rev 1211138, bleachbit/trunk/PKGBUILD)
  bleachbit/repos/community-any/az0.pgp
    (from rev 1211138, bleachbit/trunk/az0.pgp)
Deleted:
  bleachbit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-28 12:22:06 UTC (rev 1211139)
+++ PKGBUILD	2022-05-28 12:22:11 UTC (rev 1211140)
@@ -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.2
-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)
-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 1211138, bleachbit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-28 12:22:11 UTC (rev 1211140)
@@ -0,0 +1,33 @@
+# 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=3
+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=(auth-tarball-from-git)
+source=($pkgname-$pkgver.tar.gz::https://github.com/bleachbit/bleachbit/archive/refs/tags/v$pkgver.tar.gz
+        az0.pgp) # Andrew Ziem <ahz001 at gmail.com>
+sha256sums=('6001c864688e36bd8f950c1341923c9347c2373149a9ce98dc26c39023b51997'
+            '1924b4efdb5d74f33b9bc2459dd66a7f1e1e48fef107352fd88ae2b033c04f5a')
+
+prepare() {
+  cd $pkgname-$pkgver
+  auth-tarball-from-git --keyring ../az0.pgp \
+    --prefix "$pkgname-$pkgver" --tag v$pkgver \
+    https://github.com/bleachbit/bleachbit ../$pkgname-$pkgver.tar.gz
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix=/usr DESTDIR="$pkgdir" install
+}

Copied: bleachbit/repos/community-any/az0.pgp (from rev 1211138, bleachbit/trunk/az0.pgp)
===================================================================
(Binary files differ)



More information about the arch-commits mailing list