Date: Monday, November 14, 2022 @ 21:22:57
  Author: kpcyrd
Revision: 1347924

archrelease: copy trunk to community-x86_64

Added:
  6tunnel/repos/community-x86_64/PKGBUILD
    (from rev 1347923, 6tunnel/trunk/PKGBUILD)
Deleted:
  6tunnel/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-14 21:22:43 UTC (rev 1347923)
+++ PKGBUILD    2022-11-14 21:22:57 UTC (rev 1347924)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Anders Bergh <[email protected]>
-
-pkgname=6tunnel
-pkgver=0.13
-pkgrel=1
-pkgdesc="Tunnels IPv6 connections for IPv4-only applications"
-url="https://github.com/wojtekka/6tunnel";
-license=('GPL')
-arch=('x86_64')
-depends=()
-source=(https://github.com/wojtekka/6tunnel/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('b13ba5ad8efc5d74b2dd71c2df85ef35')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  autoconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  install -Dm644 6tunnel.1 "$pkgdir"/usr/share/man/man1/6tunnel.1
-  install -Dm755 6tunnel "$pkgdir"/usr/bin/6tunnel
-}

Copied: 6tunnel/repos/community-x86_64/PKGBUILD (from rev 1347923, 
6tunnel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-14 21:22:57 UTC (rev 1347924)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Anders Bergh <[email protected]>
+
+pkgname=6tunnel
+pkgver=0.13
+pkgrel=2
+pkgdesc="Tunnels IPv6 connections for IPv4-only applications"
+url="https://github.com/wojtekka/6tunnel";
+license=('GPL')
+arch=('x86_64')
+depends=()
+source=(https://github.com/wojtekka/6tunnel/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('b13ba5ad8efc5d74b2dd71c2df85ef35')
+sha256sums=('8bc00d8dcd086d13328d868a78e204d8988b214e0c0f7fbdd0794ffe23207fe5')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  install -Dm644 6tunnel.1 "$pkgdir"/usr/share/man/man1/6tunnel.1
+  install -Dm755 6tunnel "$pkgdir"/usr/bin/6tunnel
+}

Reply via email to