summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFunami2022-05-07 15:14:19 +0200
committerFunami2022-05-07 15:14:19 +0200
commit2d789355b3a131bf7538cf5cc261c5ceeefdc000 (patch)
tree2a6d50c8d7e604cfb35c599cabceb7832712f562 /PKGBUILD
parent4fc674af9678c2785dd2774564f9fb3fbfef6db1 (diff)
downloadaur-2d789355b3a131bf7538cf5cc261c5ceeefdc000.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92fefbb74dce..57841ba98fb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Funami
pkgname=coredns-s6
-pkgver=20211203
+pkgver=20220507
pkgrel=1
pkgdesc="s6-rc service scripts for coredns"
arch=('any')
-depends=('coredns' 'util-linux' 's6-base')
+depends=('coredns' 'util-linux' 's6')
provides=('init-coredns')
conflicts=('init-coredns')
backup=('etc/s6/config/coredns.conf')