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

Felix Yan felixonmars at archlinux.org
Wed Dec 25 23:43:49 UTC 2019


    Date: Wednesday, December 25, 2019 @ 23:43:49
  Author: felixonmars
Revision: 541499

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-25 23:43:47 UTC (rev 541498)
+++ PKGBUILD	2019-12-25 23:43:49 UTC (rev 541499)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Anders Bergh <anders1 at gmail.com>
-
-pkgname=6tunnel
-pkgver=0.12
-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=('bc2d6f1ce5d8a054ea4dcbd17899e0db')
-
-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 541497, 6tunnel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-25 23:43:49 UTC (rev 541499)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Anders Bergh <anders1 at gmail.com>
+
+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
+}



More information about the arch-commits mailing list