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

Evangelos Foutras foutrelis at gemini.archlinux.org
Mon Aug 22 23:55:59 UTC 2022


    Date: Monday, August 22, 2022 @ 23:55:59
  Author: foutrelis
Revision: 1274894

Actually use PGP key

Modified:
  png++/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-22 23:52:30 UTC (rev 1274893)
+++ PKGBUILD	2022-08-22 23:55:59 UTC (rev 1274894)
@@ -12,9 +12,10 @@
 license=(custom)
 depends=(libpng)
 makedepends=(doxygen)
-source=(https://download.savannah.gnu.org/releases/pngpp/png++-${pkgver}.tar.gz)
+source=(https://download.savannah.gnu.org/releases/pngpp/png++-${pkgver}.tar.gz{,.sig})
 validpgpkeys=(FFDEBBD8758B0D1BB9359F6FDAAAD54650B717C8)
-sha256sums=('998af216ab16ebb88543fbaa2dbb9175855e944775b66f2996fc945c8444eee1')
+sha256sums=('998af216ab16ebb88543fbaa2dbb9175855e944775b66f2996fc945c8444eee1'
+            'SKIP')
 
 prepare() {
   cd png++-${pkgver}



More information about the arch-commits mailing list