Date: Tuesday, October 11, 2022 @ 06:18:26
  Author: arojas
Revision: 1327671

Revert source changes

Modified:
  bleachbit/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-11 06:01:33 UTC (rev 1327670)
+++ PKGBUILD    2022-10-11 06:18:26 UTC (rev 1327671)
@@ -8,26 +8,18 @@
 
 pkgname=bleachbit
 pkgver=4.4.2
-pkgrel=3
+pkgrel=4
 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 <[email protected]>
-sha256sums=('6001c864688e36bd8f950c1341923c9347c2373149a9ce98dc26c39023b51997'
-            '1924b4efdb5d74f33b9bc2459dd66a7f1e1e48fef107352fd88ae2b033c04f5a')
+makedepends=(git)
+source=(git+https://github.com/bleachbit/bleachbit.git#tag=v${pkgver}?signed)
+validpgpkeys=(A9E582E4054A159315EDC943D6D447B02B4D4C9D) # Andrew Ziem 
<[email protected]>
+sha256sums=('SKIP')
 
-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
+  cd $pkgname
   make prefix=/usr DESTDIR="$pkgdir" install
 }

Reply via email to