Date: Wednesday, September 1, 2021 @ 08:23:35 Author: heftig Revision: 1010258
1.446-12: remove versioned dep Modified: perl-alien-sdl/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-01 07:38:22 UTC (rev 1010257) +++ PKGBUILD 2021-09-01 08:23:35 UTC (rev 1010258) @@ -1,4 +1,4 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Contributor: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Allan McRae <[email protected]> # Contributor: Sarah Hay <[email protected]> @@ -8,12 +8,12 @@ pkgname=perl-alien-sdl _realname=Alien-SDL pkgver=1.446 -pkgrel=11 +pkgrel=12 pkgdesc="Building, finding and using SDL binaries" arch=(x86_64) license=(PerlArtistic GPL) -url="https://metacpan.org/release/$_realname" -depends=('sdl=1.2.15' perl-file-sharedir perl-capture-tiny) +url="https://metacpan.org/dist/$_realname" +depends=(sdl perl-file-sharedir perl-capture-tiny) makedepends=(perl-file-which perl-text-patch perl-archive-extract perl-archive-zip perl-module-build) options=(!emptydirs) source=("https://cpan.metacpan.org/authors/id/F/FR/FROGGS/$_realname-$pkgver.tar.gz")
