summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJason Ryan2024-01-28 09:21:40 +1300
committerJason Ryan2024-01-28 09:21:40 +1300
commit101c0b9113e5318191f775a1825d41117f6f11bb (patch)
treee5969abf873142f6f90e7e9f839241d247c98dea /PKGBUILD
parent57fd06235aae2731dd096dee7a8e0ada8d109839 (diff)
downloadaur-muttprint.tar.gz
Added automake to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff7922d522c2..a4d9852a1b7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
pkgname=muttprint
pkgver=0.73_4
_mainver=0.73
-pkgrel=6
+pkgrel=7
arch=("i686" "x86_64")
pkgdesc="An app to print email from CLI mail clients, mutt in particular"
license=("GPL")
arch=("i686" "x86_64")
-depends=('texlive-latexextra' 'perl-timedate' 'perl-file-which' 'perl-text-iconv' 'psutils' 'dialog')
+depends=('automake' 'texlive-latexextra' 'perl-timedate' 'perl-file-which'
+ 'perl-text-iconv' 'psutils' 'dialog')
optdepends=('texlive-fontsextra: Adds the CMBright font')
makedepends=('imagemagick')
url="http://muttprint.sf.net"