summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaochen Tong2017-09-05 11:49:14 +0800
committerHaochen Tong2017-09-05 11:49:14 +0800
commit9fcf359e372c4abb8b055dc87a030d8b246f605a (patch)
treec2aefb1d9641e77c3a5f8f37af95f120edcafc12
parent9fd6a2d3d1fac828079e5644bc44639eb51926db (diff)
downloadaur-9fcf359e372c4abb8b055dc87a030d8b246f605a.tar.gz
upgpkg
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a68c5d36a682..182dc8620494 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,21 @@
# Generated by mksrcinfo v8
-# Mon May 8 07:12:32 UTC 2017
+# Tue Sep 5 03:46:59 UTC 2017
pkgbase = tinc-pre
pkgdesc = VPN (Virtual Private Network) daemon (Pre-release)
- pkgver = 1.1pre14
- pkgrel = 3
+ pkgver = 1.1pre15
+ pkgrel = 1
url = http://www.tinc-vpn.org/
install = tinc-pre.install
arch = i686
arch = x86_64
arch = armv7h
+ arch = armv6h
license = GPL
makedepends = git
makedepends = autoconf
depends = lzo
depends = zlib
- depends = openssl-1.0
+ depends = openssl
depends = miniupnpc
optdepends = python2
optdepends = wxpython: gui support
@@ -22,7 +23,7 @@ pkgbase = tinc-pre
provides = tinc-pre-systemd
conflicts = tinc
conflicts = tinc-pre-systemd
- source = git+https://github.com/gsliepen/tinc.git#tag=release-1.1pre14
+ source = git+https://github.com/gsliepen/tinc.git#tag=release-1.1pre15
sha256sums = SKIP
pkgname = tinc-pre
diff --git a/PKGBUILD b/PKGBUILD
index 6f7ad1d601a9..8d4cbef09a45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Hexchain Tong <i at hexchain dot org>
pkgname=tinc-pre
-pkgver=1.1pre14
-pkgrel=3
+pkgver=1.1pre15
+pkgrel=1
pkgdesc="VPN (Virtual Private Network) daemon (Pre-release)"
-arch=(i686 x86_64 armv7h)
+arch=(i686 x86_64 armv7h armv6h)
url="http://www.tinc-vpn.org/"
license=('GPL')
-depends=('lzo' 'zlib' 'openssl-1.0' 'miniupnpc')
+depends=('lzo' 'zlib' 'openssl' 'miniupnpc')
makedepends=('git' 'autoconf')
optdepends=('python2' 'wxpython: gui support')
provides=('tinc-pre' 'tinc-pre-systemd')
@@ -26,9 +26,6 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var \
--with-systemd=/usr/lib/systemd/system \
- --with-openssl=/usr/lib/openssl-1.0 \
- --with-openssl-include=/usr/include/openssl-1.0 \
- --with-openssl-lib=/usr/lib/openssl-1.0 \
--enable-miniupnpc
make
}
@@ -41,6 +38,4 @@ package() {
mkdir -p "$pkgdir/usr/share/doc/tinc-pre/"
cp -rv --no-preserve='ownership' "$srcdir/tinc/doc/sample-config/" "$pkgdir/usr/share/doc/tinc-pre/"
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/"
}