[arch-commits] Commit in bleachbit/trunk (PKGBUILD az0.pgp)

Kpcyrd kpcyrd at gemini.archlinux.org
Sat May 28 12:21:50 UTC 2022


    Date: Saturday, May 28, 2022 @ 12:21:50
  Author: kpcyrd
Revision: 1211137

upgpkg: bleachbit 4.4.2-3 - cryptographically pin sourcecode

Added:
  bleachbit/trunk/az0.pgp
Modified:
  bleachbit/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++++++-------
 az0.pgp  |    1 +
 2 files changed, 15 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-28 12:21:48 UTC (rev 1211136)
+++ PKGBUILD	2022-05-28 12:21:50 UTC (rev 1211137)
@@ -8,19 +8,26 @@
 
 pkgname=bleachbit
 pkgver=4.4.2
-pkgrel=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=(git)
-source=(git+https://github.com/bleachbit/bleachbit.git#tag=v${pkgver}?signed)
-validpgpkeys=(A9E582E4054A159315EDC943D6D447B02B4D4C9D) # Andrew Ziem <ahz001 at gmail.com>
-sha256sums=('SKIP')
+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
-
+  cd $pkgname-$pkgver
   make prefix=/usr DESTDIR="$pkgdir" install
 }

Added: az0.pgp
===================================================================
(Binary files differ)

Index: bleachbit/trunk/az0.pgp
===================================================================
--- az0.pgp	2022-05-28 12:21:48 UTC (rev 1211136)
+++ az0.pgp	2022-05-28 12:21:50 UTC (rev 1211137)

Property changes on: bleachbit/trunk/az0.pgp
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


More information about the arch-commits mailing list