[arch-commits] Commit in tinc/repos/community-x86_64 (PKGBUILD PKGBUILD)

Johannes Löthberg demize at archlinux.org
Sat Oct 20 20:56:26 UTC 2018


    Date: Saturday, October 20, 2018 @ 20:56:25
  Author: demize
Revision: 398132

archrelease: copy trunk to community-x86_64

Added:
  tinc/repos/community-x86_64/PKGBUILD
    (from rev 398131, tinc/trunk/PKGBUILD)
Deleted:
  tinc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   89 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-20 20:56:20 UTC (rev 398131)
+++ PKGBUILD	2018-10-20 20:56:25 UTC (rev 398132)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: helios
-# Contributor: Lothar Gesslein
-# Contributor: Dominik George <nik at naturalnet.de>
-
-pkgname=tinc
-pkgver=1.0.34
-pkgrel=1
-
-pkgdesc="VPN (Virtual Private Network) daemon"
-url="http://www.tinc-vpn.org/"
-arch=('x86_64')
-license=('GPL')
-
-depends=('lzo' 'openssl' 'zlib')
-
-source=(https://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig})
-
-md5sums=('05ccf540a0b37ab1087595eb4daa2e80'
-         'SKIP')
-validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
-
-build() {
-  cd tinc-$pkgver
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --sbindir=/usr/bin \
-    --with-systemd=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd tinc-$pkgver
-
-  make DESTDIR="$pkgdir/" install
-  install -dm755 "$pkgdir"/usr/share/tinc/examples
-  cp -a doc/sample-config/. "$pkgdir"/usr/share/tinc/examples/
-  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
-  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
-}

Copied: tinc/repos/community-x86_64/PKGBUILD (from rev 398131, tinc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-20 20:56:25 UTC (rev 398132)
@@ -0,0 +1,44 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: helios
+# Contributor: Lothar Gesslein
+# Contributor: Dominik George <nik at naturalnet.de>
+
+pkgname=tinc
+pkgver=1.0.35
+pkgrel=1
+
+pkgdesc="VPN (Virtual Private Network) daemon"
+url="http://www.tinc-vpn.org/"
+arch=('x86_64')
+license=('GPL')
+
+depends=('lzo' 'openssl' 'zlib')
+
+source=(https://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig})
+
+md5sums=('c44f3eaf6264319953d0cff56f2e98d4'
+         'SKIP')
+validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
+
+build() {
+  cd tinc-$pkgver
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --sbindir=/usr/bin \
+    --with-systemd=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd tinc-$pkgver
+
+  make DESTDIR="$pkgdir/" install
+  install -dm755 "$pkgdir"/usr/share/tinc/examples
+  cp -a doc/sample-config/. "$pkgdir"/usr/share/tinc/examples/
+  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
+  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
+}



More information about the arch-commits mailing list