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

Antonio Rojas arojas at archlinux.org
Wed Oct 7 20:43:59 UTC 2020


    Date: Wednesday, October 7, 2020 @ 20:43:59
  Author: arojas
Revision: 720982

Use signed tag (FS#68128)

Modified:
  bleachbit/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-07 20:43:23 UTC (rev 720981)
+++ PKGBUILD	2020-10-07 20:43:59 UTC (rev 720982)
@@ -14,17 +14,18 @@
 url='https://www.bleachbit.org/'
 license=(GPL3)
 depends=(python-gobject gtk3)
-source=(https://download.bleachbit.org/$pkgname-$pkgver.tar.bz2
-        maximize-infinite-loop.patch::"https://github.com/bleachbit/bleachbit/commit/933ea605.patch")
-sha256sums=('34dedf9d1f7545bcf039c309f9a8e2b06b71d2a44d27fcf675abd194a981c3b6'
-            '005f9e4ab4c1ed39379b0e02a9e15c2a92083a912f85447fef9701b2ffd33466')
+makedepends=(git)
+source=(git+https://github.com/bleachbit/bleachbit.git#tag=v${pkgver}?signed)
+validpgpkeys=(A9E582E4054A159315EDC943D6D447B02B4D4C9D) # Andrew Ziem <ahz001 at gmail.com>
+sha256sums=('SKIP')
 
 prepare() {
-  patch -d $pkgname-$pkgver -p1 -i ../maximize-infinite-loop.patch # Fix infinite loop with maximized window
+  cd $pkgname
+  git cherry-pick -n 933ea60506e4805edc77b827c0cea902ad40e5b1 # Fix infinite loop with maximized window
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
 
   make prefix=/usr DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list