diff options
author | Chris Severance | 2023-09-20 15:22:52 -0400 |
---|---|---|
committer | Chris Severance | 2023-09-20 15:22:52 -0400 |
commit | c0473f7210c8ee476f91432f975b5f66df106fb1 (patch) | |
tree | 215e1684959be9355b65a5a6353ba7c06794a8ab | |
parent | d4dd48429d324b4d8c55982b4214fb7ecf3868f4 (diff) | |
download | aur-hylafaxplus.tar.gz |
autu: Update to 7.0.7-2 libtiff<4.6.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 5 insertions, 4 deletions
@@ -1,16 +1,16 @@ # Generated by mksrcinfo v8 -# Sun Mar 19 06:57:43 UTC 2023 +# Wed Sep 20 19:22:52 UTC 2023 pkgbase = hylafaxplus pkgdesc = Enterprise Fax Server pkgver = 7.0.7 - pkgrel = 1 + pkgrel = 2 url = http://hylafax.sourceforge.net/ install = hylafax.install arch = i686 arch = x86_64 license = custom depends = dash - depends = libtiff + depends = libtiff<4.6.0 depends = pam depends = ghostscript depends = sharutils @@ -181,13 +181,14 @@ set -u pkgname='hylafaxplus' _pkgnick='hylafax' pkgver='7.0.7' -pkgrel='1' +pkgrel='2' _sendfaxvsicommit='18fabc74490362cd26690331d546d727c727db25' pkgdesc='Enterprise Fax Server' arch=('i686' 'x86_64') url='http://hylafax.sourceforge.net/' license=('custom') depends=('dash' 'libtiff' 'pam' 'ghostscript' 'sharutils' 'jbigkit' 'lcms2' 'gawk') # 'gsfonts-type1') # 'cron' +depends[1]='libtiff<4.6.0' # https://sourceforge.net/p/hylafax/mailman/message/38259441/ # BASE64 is the default so HylaFAX+ doesn't need uuencode but I put it in anyways to placate configure and the bin finder in faxsetup! optdepends=( 'smtp-server: email support' # this must be configured if installed or Hylafax will spam the process table with orphaned sendmail processes |