summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Weinelt2016-05-01 14:06:55 +0200
committerMartin Weinelt2016-05-01 14:06:55 +0200
commit3150e2ceac1d95c35c5532e5086045e7b1055e7e (patch)
tree1256adaf2cc432c7ec34d894e3defb75697c4dfa /PKGBUILD
parentf98ef269a142d46ab7fb686d8fafdf542883de0f (diff)
downloadaur-3150e2ceac1d95c35c5532e5086045e7b1055e7e.tar.gz
Update to 1.1pre13.1.g3f6c663
installs a tinc.service file again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8e58c4b886c..c58e5d65e867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# OPTIONS+=(debug !strip)
pkgname=tinc-pre-git
-pkgver=1.1pre13
+pkgver=1.1pre13.1.g3f6c663
pkgrel=1
pkgdesc="Virtual Private Network daemon (prerelease)"
arch=('any')
@@ -34,6 +34,7 @@ package() {
make DESTDIR="$pkgdir" install
install -Dm644 "$srcdir/tinc/bash_completion.d/tinc" -t "$pkgdir/usr/share/bash-completion/completions/"
+ install -Dm644 "$srcdir/tinc/systemd/tinc.service" -t "$pkgdir/usr/lib/systemd/system/"
install -Dm644 "$srcdir/tinc/systemd/tinc@.service" -t "$pkgdir/usr/lib/systemd/system/"
}