summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen Wolsieffer2020-11-21 01:21:07 -0500
committerBen Wolsieffer2020-11-21 01:21:07 -0500
commit498e68a74f172e80b1cc0b254bfd7abf62f2b17c (patch)
treec2724ef9fa6691aa098ab72df52f240b2c0be9de /PKGBUILD
parentdbe40ec68db647b0e653bbac1f01db238b72722a (diff)
downloadaur-498e68a74f172e80b1cc0b254bfd7abf62f2b17c.tar.gz
0.3 -> 0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe719e46ce00..c9b05b27db6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ben Wolsieffer <benwolsieffer@gmail.com>
_github_url=https://github.com/lopsided98/dnsupdate
pkgname=dnsupdate
-pkgver=0.3
-pkgrel=2
+pkgver=0.4
+pkgrel=1
pkgdesc="A modern and flexible dynamic DNS client"
arch=('any')
url="${_github_url}"
@@ -44,6 +44,7 @@ package() {
python setup.py install --skip-build --root="${pkgdir}" --optimize=1
install -Dm644 dnsupdate.service -t "${pkgdir}/usr/lib/systemd/system/"
+ install -Dm644 dnsupdate.timer -t "${pkgdir}/usr/lib/systemd/system/"
cd build/docs/man
install -Dm644 "dnsupdate.1" -t "${pkgdir}/usr/share/man/man1/"