summaryrefslogtreecommitdiff
path: root/social/tinc/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-11-18 16:00:03 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-11-18 16:00:03 -0300
commitf9ba767d195f55a383a24dbaa3846f065f7b4e95 (patch)
treec4ae355ea784fc46b513c1cf89f8a81acc793ffb /social/tinc/PKGBUILD
parent7f25c68303cbcabec6d80b60c2b838cdcf22f39e (diff)
social/tinc-1.0.16-3
Added backup file
Diffstat (limited to 'social/tinc/PKGBUILD')
-rw-r--r--social/tinc/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/social/tinc/PKGBUILD b/social/tinc/PKGBUILD
index d91909319..87d3415e9 100644
--- a/social/tinc/PKGBUILD
+++ b/social/tinc/PKGBUILD
@@ -1,14 +1,18 @@
pkgname=tinc
pkgver=1.0.16
-pkgrel=2
+pkgrel=3
pkgdesc="VPN (Virtual Private Network) daemon"
arch=(i686 x86_64 mips64el)
url="http://www.tinc-vpn.org/"
license=('GPL')
depends=('lzo2' 'zlib' 'openssl')
+backup=(etc/conf.d/tincd.conf)
source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz
tincd.conf
tincd.rcd)
+md5sums=('f1c7ed94878725fb2cf4efb02bf160da'
+ 'd4a42b4a474448c64dc8f5100480f569'
+ '89a91a80c1dee4b365958bd9e6242d5a')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -27,6 +31,3 @@ package() {
install -Dm755 $srcdir/tincd.rcd $pkgdir/etc/rc.d/tincd
install -Dm755 $srcdir/tincd.conf $pkgdir/etc/conf.d/tincd.conf
}
-md5sums=('f1c7ed94878725fb2cf4efb02bf160da'
- 'b1b0c4a37c007aa8703128269ea9a3e8'
- '89a91a80c1dee4b365958bd9e6242d5a')