summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2023-03-12 18:29:23 +0100
committerXiretza2023-03-12 18:29:23 +0100
commit1d6d000d977ad6ff4fc514fb8fc736143ad6727d (patch)
tree4260bf719a9ce8f24eca4c176afaa27a9e900fca /PKGBUILD
parenta450b34ee66b4fb94661756ae5b0d5a67e0a4d01 (diff)
downloadaur-1d6d000d977ad6ff4fc514fb8fc736143ad6727d.tar.gz
Work around missing dependency in perl-email-sender
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0c02add66bd..2193ad813dc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ depends=('perl-apache-session' 'perl-cache-cache' 'perl-clone' 'perl-config-inif
'perl-xml-simple' 'perl-xml-libxslt' 'perl-crypt-urandom' 'perl-json-xs'
'perl-module-pluggable' 'perl-convert-base32' 'perl-text-unidecode' 'imagemagick'
'perl-gssapi' 'perl-authen-radius'
+ 'perl-email-address-xs' # https://bugs.archlinux.org/task/76304
)
makedepends=('uglify-js' 'python-sphinx' 'python-sphinx-bootstrap-theme')
checkdepends=('perl-test-mockobject' 'perl-test-output' 'perl-time-fake')