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

Jonas Witschel diabonas at gemini.archlinux.org
Sun Jul 17 21:40:48 UTC 2022


    Date: Sunday, July 17, 2022 @ 21:40:47
  Author: diabonas
Revision: 1254379

upgpkg: libafterimage 1.20-6: fix FTBFS, rebuild to sign with fully trusted packager key

See
- https://bugs.gentoo.org/show_bug.cgi?id=784182 for the build fix
- https://archlinux.org/todo/rebuild-packages-signed-by-old-marginally-trusted-packager-keys/
  for the reason for the rebuild

Modified:
  libafterimage/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-17 21:28:21 UTC (rev 1254378)
+++ PKGBUILD	2022-07-17 21:40:47 UTC (rev 1254379)
@@ -4,7 +4,7 @@
 
 pkgname=libafterimage
 pkgver=1.20
-pkgrel=5
+pkgrel=6
 pkgdesc="Generic image manipulation library"
 url="http://www.afterstep.org/afterimage"
 license=('GPL')
@@ -45,7 +45,7 @@
   # don't run ldconfig
   sed -i -e 's/`uname`/"hack"/g' Makefile
 
-  make
+  make AR="ar cq"
 }
 
 package() {



More information about the arch-commits mailing list