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

Eli Schwartz eschwartz at archlinux.org
Tue May 12 02:32:11 UTC 2020


    Date: Tuesday, May 12, 2020 @ 02:32:10
  Author: eschwartz
Revision: 626566

upgpkg: perl-gd 2.71-2: add perl dependency for TODO

https://www.archlinux.org/todo/perl-transient-openssl-dependencies/

This is literally a perl module and should depend on perl somehow.

Modified:
  perl-gd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-12 00:33:30 UTC (rev 626565)
+++ PKGBUILD	2020-05-12 02:32:10 UTC (rev 626566)
@@ -3,12 +3,12 @@
 
 pkgname=perl-gd
 pkgver=2.71
-pkgrel=1
+pkgrel=2
 pkgdesc="Interface to Gd Graphics Library"
 arch=('x86_64')
 url="https://search.cpan.org/dist/GD"
 license=('GPL' 'PerlArtistic')
-depends=('gd')
+depends=('perl' 'gd')
 makedepends=('perl-extutils-pkgconfig')
 options=('!emptydirs')
 source=(https://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/GD-$pkgver.tar.gz)



More information about the arch-commits mailing list