summaryrefslogtreecommitdiff
path: root/social/tinc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'social/tinc/PKGBUILD')
-rw-r--r--social/tinc/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/social/tinc/PKGBUILD b/social/tinc/PKGBUILD
index b8f16a57c..fdf89a41c 100644
--- a/social/tinc/PKGBUILD
+++ b/social/tinc/PKGBUILD
@@ -1,15 +1,17 @@
pkgname=tinc
-pkgver=1.0.15
-pkgrel=2
+pkgver=1.0.16
+pkgrel=1
pkgdesc="VPN (Virtual Private Network) daemon"
-arch=(i686 x86_64)
+arch=(i686 x86_64 mips64el)
url="http://www.tinc-vpn.org/"
license=('GPL')
depends=('lzo2' 'zlib' 'openssl')
source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz
tincd.conf
tincd.rcd)
-md5sums=('44bb7d1618955a0a56e9e159f1c46362')
+md5sums=('f1c7ed94878725fb2cf4efb02bf160da'
+ '9b40646cd898709e90ae3c32baecb075'
+ '75516d05803ee6c6b22516e10129ad99')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -28,6 +30,3 @@ package() {
install -Dm755 $srcdir/tincd.rcd $pkgdir/etc/rc.d/tincd
install -Dm755 $srcdir/tincd.conf $pkgdir/etc/conf.d/tincd
}
-md5sums=('44bb7d1618955a0a56e9e159f1c46362'
- '9b40646cd898709e90ae3c32baecb075'
- '75516d05803ee6c6b22516e10129ad99')