Add EUMM in makedepends

This commit is contained in:
ryoskzypu 2026-02-22 00:28:50 -03:00
parent e854e54f0e
commit 8cc1ee0c7e
No known key found for this signature in database
GPG key ID: 19D6F71BA9ED3E0E
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = perl-file-xdg
pkgdesc = Basic implementation of the XDG base directory specification
pkgver = 1.03
pkgrel = 3
pkgrel = 4
url = https://metacpan.org/dist/File-XDG
arch = any
license = Artistic-1.0-Perl OR GPL-1.0-or-later
@ -9,6 +9,7 @@ pkgbase = perl-file-xdg
checkdepends = perl-file-temp
checkdepends = perl-path-class>=0.26
checkdepends = perl-test-simple
makedepends = perl-extutils-makemaker
depends = perl-file-path>=2.07
depends = perl-path-class
depends = perl-path-tiny

View file

@ -5,7 +5,7 @@
_dist='File-XDG'
pkgname='perl-file-xdg'
pkgver=1.03
pkgrel=3
pkgrel=4
pkgdesc='Basic implementation of the XDG base directory specification'
arch=('any')
url="https://metacpan.org/dist/$_dist"
@ -17,6 +17,7 @@ depends=(
'perl-ref-util'
'perl>=5.6.0'
)
makedepends=('perl-extutils-makemaker')
checkdepends=(
'perl-file-path>=2.07'
'perl-file-temp'