summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmac892020-09-16 01:01:19 -0600
committersmac892020-09-16 01:01:19 -0600
commit133b8536540057abe73cd1cd7f148a72b8032d29 (patch)
treeee311e0cef705efdba459f11059da8a7017a974e
parentcff917ddd056c9df5679c5efb5a532c7faa57636 (diff)
downloadaur-133b8536540057abe73cd1cd7f148a72b8032d29.tar.gz
renamed files to match package name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--unbound-root-hints.service (renamed from roothints.service)0
-rw-r--r--unbound-root-hints.timer (renamed from roothints.timer)0
4 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d49ecbdea86f..4e5e1e550741 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,8 @@ pkgbase = unbound-root-hints-updater
arch = any
depends = unbound
optdepends = systemd: the timer needs to be run by systemd
- source = roothints.service
- source = roothints.timer
+ source = unbound-root-hints.service
+ source = unbound-root-hints.timer
sha256sums = b786d36d17b352213058b0743bc03df810348ef59b7a5c9e03d41b7804d0570b
sha256sums = a2ffa7038b3f8eb537a6fcd56ffa3f7392dbad9a8b6333edfbcc67e124320aff
diff --git a/PKGBUILD b/PKGBUILD
index 45d0fa385d07..f1361ece3f13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ optdepends=(
)
depends=('unbound')
source=(
- "roothints.service"
- "roothints.timer"
+ "unbound-root-hints.service"
+ "unbound-root-hints.timer"
)
sha256sums=(
'b786d36d17b352213058b0743bc03df810348ef59b7a5c9e03d41b7804d0570b'
@@ -20,7 +20,7 @@ sha256sums=(
)
package() {
install --mode=755 --directory "$pkgdir/usr/lib/systemd/system"
- install -D --mode=644 roothints.{service,timer} "$pkgdir/usr/lib/systemd/system"
+ install -D --mode=644 * "$pkgdir/usr/lib/systemd/system"
}
# https://jlk.fjfi.cvut.cz/arch/manpages/man/PKGBUILD
diff --git a/roothints.service b/unbound-root-hints.service
index 83982519f7c2..83982519f7c2 100644
--- a/roothints.service
+++ b/unbound-root-hints.service
diff --git a/roothints.timer b/unbound-root-hints.timer
index 3e8b2327011d..3e8b2327011d 100644
--- a/roothints.timer
+++ b/unbound-root-hints.timer