summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1d6368d59aa..71f53c018bc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = muttprint
pkgdesc = An app to print email from CLI mail clients, mutt in particular
pkgver = 0.73_4
- pkgrel = 6
+ pkgrel = 7
url = http://muttprint.sf.net
arch = i686
arch = x86_64
license = GPL
makedepends = imagemagick
+ depends = automake
depends = texlive-latexextra
depends = perl-timedate
depends = perl-file-which
@@ -25,4 +26,3 @@ pkgbase = muttprint
md5sums = 11846b8ebfba2b784ae64fb32abb7cfd
pkgname = muttprint
-
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"