summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcbrannon2012-06-08 21:14:44 +0000
committercbrannon2012-06-08 21:14:44 +0000
commit65d726aa0233ccb8b632755119cc179e6b16dd8a (patch)
tree276e7285b51b92cca831efccd709f73085c41686 /PKGBUILD
parent118e8fb5bfdbbabe0b3364ed846bbf501473d5c7 (diff)
downloadaur-65d726aa0233ccb8b632755119cc179e6b16dd8a.tar.gz
upgpkg: ddclient 3.8.1-4
Rebuilt for the systemd-arch-units todo list. git-svn-id: file:///srv/repos/svn-community/svn@72111 9fca08f4-af9d-4005-b8df-a31f2cc04f65
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00d2bc39362c..f7cf30f6ec8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ddclient
pkgver=3.8.1
-pkgrel=3
+pkgrel=4
pkgdesc="Update dynamic DNS entries for accounts on many dynamic DNS services."
arch=('any')
url="http://ddclient.sourceforge.net/"
@@ -15,6 +15,7 @@ install=ddclient.install
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
ddclient.rc
ddclient.conf.d
+ ddclient.service
iproute2.patch)
build() {
@@ -38,8 +39,10 @@ package() {
install -D -m644 sample-etc_cron.d_ddclient ${pkgdir}/etc/ddclient/samples/sample-etc_cron.d_ddclient
install -D -m644 sample-etc_dhcpc_dhcpcd-eth0.exe ${pkgdir}/etc/ddclient/samples/sample-etc_dhcpc_dhcpcd-eth0.exe
install -D -m644 sample-etc_ppp_ip-up.local ${pkgdir}/etc/ddclient/samples/sample-etc_ppp_ip-up.local
+ install -Dm644 "$srcdir/$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service"
}
md5sums=('7fa417bc65f8f0e6ce78418a4f631988'
'10af4667b7269132b8f0cdfc26864d89'
'b8f39c82827776da948b76ef83544d33'
+ 'fde631ff027c03179e9cdd483def324d'
'e0c8a07e9b7a69e73cecd8626f16e8f0')