summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHexchain Tong2016-10-26 22:00:02 +0800
committerHexchain Tong2016-10-26 22:00:02 +0800
commit8c215f52d99fc3ec20874c2b7da1bfcd59680bbe (patch)
treebeb60ecc7a2b76340f342a3433cc6396583933bc
parent41e4736f9c2233d8028b6ab98625ef2471f03aa4 (diff)
downloadaur-8c215f52d99fc3ec20874c2b7da1bfcd59680bbe.tar.gz
upgpkg
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41c67a2a7b2e..de0a69aab54d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Sun May 1 07:11:58 UTC 2016
+# Wed Oct 26 13:59:50 UTC 2016
pkgbase = tinc-pre
pkgdesc = VPN (Virtual Private Network) daemon (Pre-release)
- pkgver = 1.1pre13
+ pkgver = 1.1pre14
pkgrel = 1
url = http://www.tinc-vpn.org/
install = tinc-pre.install
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
makedepends = git
makedepends = autoconf
@@ -21,10 +22,8 @@ pkgbase = tinc-pre
provides = tinc-pre-systemd
conflicts = tinc
conflicts = tinc-pre-systemd
- source = git+https://github.com/gsliepen/tinc.git#tag=release-1.1pre13
- source = tinc.service
+ source = git+https://github.com/gsliepen/tinc.git#tag=release-1.1pre14
sha256sums = SKIP
- sha256sums = f66139ba4770b1de9c172e33462087d3df60371f22191707c5ee98386323c5bb
pkgname = tinc-pre
diff --git a/PKGBUILD b/PKGBUILD
index 2edb97a31ab8..6cb5bd26ffd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Hexchain Tong <i at hexchain dot org>
pkgname=tinc-pre
-pkgver=1.1pre13
+pkgver=1.1pre14
pkgrel=1
pkgdesc="VPN (Virtual Private Network) daemon (Pre-release)"
-arch=(i686 x86_64)
+arch=(i686 x86_64 armv7h)
url="http://www.tinc-vpn.org/"
license=('GPL')
depends=('lzo2' 'zlib' 'openssl' 'miniupnpc')
@@ -13,9 +13,8 @@ optdepends=('python2' 'wxpython: gui support')
provides=('tinc-pre' 'tinc-pre-systemd')
conflicts=('tinc' 'tinc-pre-systemd')
install="${pkgname}.install"
-source=("git+https://github.com/gsliepen/tinc.git#tag=release-$pkgver" "tinc.service")
-sha256sums=('SKIP'
- 'f66139ba4770b1de9c172e33462087d3df60371f22191707c5ee98386323c5bb')
+source=("git+https://github.com/gsliepen/tinc.git#tag=release-$pkgver")
+sha256sums=('SKIP')
build() {
cd "$srcdir/tinc"
@@ -40,6 +39,5 @@ package() {
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.service" -t "$pkgdir/usr/lib/systemd/system/"
# install -Dm644 "$srcdir/tinc/systemd/tinc@.service" -t "$pkgdir/usr/lib/systemd/system/"
}