summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Blättermann2022-02-12 19:56:29 +0100
committerMario Blättermann2022-02-12 19:56:29 +0100
commit07823cd375094b342626ecab8178f06f5da4af0a (patch)
treee4c8a53b529d776a55f958a93cb00bd9e92f95bb /PKGBUILD
parente454006870d34747ca8c00d13dce46eecbed021b (diff)
downloadaur-07823cd375094b342626ecab8178f06f5da4af0a.tar.gz
Replace man-db with man to enable use of mandoc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2fb272296b9..f3ab6960dc47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=man-pages-de-git
_gitname=manpages-l10n
-pkgver=r17156.004b4777c4
+pkgver=r17815.7dd9c5f30e
pkgrel=1
pkgdesc="German man pages (Git version)"
arch=('any')
url="https://salsa.debian.org/manpages-l10n-team/manpages-l10n"
license=('GPL3')
conflicts=('man-pages-de')
-depends=('man-db')
+depends=('man')
makedepends=('po4a' 'git')
options=('!emptydirs')
source=("${_gitname}::git+https://salsa.debian.org/manpages-l10n-team/manpages-l10n.git")