summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFirstAirBender2020-09-16 06:34:53 +0000
committerFirstAirBender2020-09-16 06:34:53 +0000
commitcff917ddd056c9df5679c5efb5a532c7faa57636 (patch)
tree06b139c8bf369d9acdc27a97c3e6f74dc89a7786
parenta3a415e4018805525fe857217f80d676af039b7c (diff)
downloadaur-cff917ddd056c9df5679c5efb5a532c7faa57636.tar.gz
Release: v1.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39d251584d3a..d49ecbdea86f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = unbound-root-hints-updater
pkgdesc = A systemd timer for updating unbound's root servers.
- pkgver = 1.0.0
- pkgrel = 1
+ pkgver = 1.0.1
+ pkgrel = 2
url = https://gitlab.com/firstairbender/unbound-root-hints
arch = any
- depends = systemd
- optdepends = unbound
+ depends = unbound
+ optdepends = systemd: the timer needs to be run by systemd
source = roothints.service
source = roothints.timer
sha256sums = b786d36d17b352213058b0743bc03df810348ef59b7a5c9e03d41b7804d0570b
diff --git a/PKGBUILD b/PKGBUILD
index faa2fc85e83c..45d0fa385d07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: FirstAirBender <noblechuk5 [at] web [dot] de>
pkgname=unbound-root-hints-updater
-pkgver=1.0.0
-pkgrel=1
+pkgver=1.0.1
+pkgrel=2
pkgdesc="A systemd timer for updating unbound's root servers."
arch=('any')
url='https://gitlab.com/firstairbender/unbound-root-hints'
-optdepends=('unbound')
-depends=('systemd')
+optdepends=(
+ 'systemd: the timer needs to be run by systemd'
+)
+depends=('unbound')
source=(
"roothints.service"
"roothints.timer"