summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolsTiCe d'Hiver2022-06-05 18:23:42 +0200
committersolsTiCe d'Hiver2022-06-05 18:23:42 +0200
commita788c71c94105628c81ab8f6ed4d90ec3623a2fe (patch)
tree6ffb59318ec174d65d22afe6e4dee7dd0868edae
parentdd491c799273b0d730911dd17ba3861503e927af (diff)
downloadaur-a788c71c94105628c81ab8f6ed4d90ec3623a2fe.tar.gz
Add mailcap optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f60695c1332..686c4094c983 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = apt-cacher-ng
pkgdesc = A caching proxy specialized for package files
pkgver = 3.7.4
-pkgrel = 4
+pkgrel = 5
url = http://www.unix-ag.uni-kl.de/~bloch/acng/
install = apt-cacher-ng.install
arch = i686
@@ -18,6 +18,7 @@ depends = openssl
depends = libwrap
depends = libevent
depends = c-ares
+optdepends = mailcap: to get correct Content-Type header on doc html served by apt-cacher-ng
backup = etc/apt-cacher-ng/acng.conf
backup = etc/apt-cacher-ng/security.conf
source = http://deb.debian.org/debian/pool/main/a/apt-cacher-ng/apt-cacher-ng_3.7.4.orig.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 0549dac55b8f..2a60af0b5fdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,13 @@
pkgname=apt-cacher-ng
pkgver=3.7.4
-pkgrel=4
+pkgrel=5
pkgdesc="A caching proxy specialized for package files"
url="http://www.unix-ag.uni-kl.de/~bloch/acng/"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
license=('custom')
depends=('zlib' 'bzip2' 'fuse' 'xz' 'openssl' 'libwrap' 'libevent' 'c-ares')
+optdepends=('mailcap: to get correct Content-Type header on doc html served by apt-cacher-ng')
makedepends=('cmake')
source=("http://deb.debian.org/debian/pool/main/a/apt-cacher-ng/apt-cacher-ng_${pkgver}.orig.tar.xz"
'acng.conf.patch'