Date: Tuesday, November 15, 2022 @ 12:26:59
Author: kpcyrd
Revision: 1348907
archrelease: copy trunk to community-x86_64
Added:
tinc/repos/community-x86_64/PKGBUILD
(from rev 1348906, tinc/trunk/PKGBUILD)
tinc/repos/community-x86_64/keys/
Deleted:
tinc/repos/community-x86_64/PKGBUILD
tinc/repos/community-x86_64/keys/
----------+
PKGBUILD | 90 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 46 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-15 12:26:45 UTC (rev 1348906)
+++ PKGBUILD 2022-11-15 12:26:59 UTC (rev 1348907)
@@ -1,44 +0,0 @@
-# Maintainer: Johannes Löthberg <[email protected]>
-# Contributor: Timothy Redaelli <[email protected]>
-# Contributor: helios
-# Contributor: Lothar Gesslein
-# Contributor: Dominik George <[email protected]>
-
-pkgname=tinc
-pkgver=1.0.36
-pkgrel=2
-
-pkgdesc="VPN (Virtual Private Network) daemon"
-url="https://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=('535b58ee026ec9551954dcc6ed56edca'
- '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 1348906,
tinc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-15 12:26:59 UTC (rev 1348907)
@@ -0,0 +1,46 @@
+# Maintainer: Johannes Löthberg <[email protected]>
+# Contributor: Timothy Redaelli <[email protected]>
+# Contributor: helios
+# Contributor: Lothar Gesslein
+# Contributor: Dominik George <[email protected]>
+
+pkgname=tinc
+pkgver=1.0.36
+pkgrel=3
+
+pkgdesc="VPN (Virtual Private Network) daemon"
+url="https://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=('535b58ee026ec9551954dcc6ed56edca'
+ 'SKIP')
+sha256sums=('40f73bb3facc480effe0e771442a706ff0488edea7a5f2505d4ccb2aa8163108'
+ '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 {} +
+}