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

Felix Yan felixonmars at archlinux.org
Fri Feb 19 14:11:09 UTC 2021


    Date: Friday, February 19, 2021 @ 14:11:09
  Author: felixonmars
Revision: 865766

archrelease: copy trunk to community-x86_64

Added:
  tcpflow/repos/community-x86_64/PKGBUILD
    (from rev 865764, tcpflow/trunk/PKGBUILD)
Deleted:
  tcpflow/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-19 14:11:06 UTC (rev 865765)
+++ PKGBUILD	2021-02-19 14:11:09 UTC (rev 865766)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-
-pkgname=tcpflow
-pkgver=1.5.2
-pkgrel=2
-pkgdesc="Captures data transmitted as part of TCP connections then stores the data conveniently"
-arch=('x86_64')
-url="https://github.com/simsong/tcpflow"
-license=('GPL')
-depends=('libpcap' 'cairo' 'openssl' 'sqlite')
-makedepends=('git' 'boost')
-source=("git+https://github.com/simsong/$pkgname.git#tag=$pkgname-$pkgver"
-        'git+https://github.com/simsong/be13_api.git'
-        'git+https://github.com/simsong/dfxml.git'
-        'git+https://github.com/joyent/http-parser.git')
-sha512sums=('SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP')
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  git config submodule."src/be13_api".url "$srcdir/be13_api"
-  git config submodule."src/dfxml".url "$srcdir/dfxml"
-  git config submodule."src/http-parser".url "$srcdir/http-parser"
-  git submodule update
-
-  autoreconf -vi
-}
-
-build() {
-  cd $pkgname
-  sh bootstrap.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-

Copied: tcpflow/repos/community-x86_64/PKGBUILD (from rev 865764, tcpflow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-19 14:11:09 UTC (rev 865766)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+
+pkgname=tcpflow
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Captures data transmitted as part of TCP connections then stores the data conveniently"
+arch=('x86_64')
+url="https://github.com/simsong/tcpflow"
+license=('GPL')
+depends=('libpcap' 'cairo' 'openssl' 'sqlite')
+makedepends=('git' 'boost')
+source=("git+https://github.com/simsong/$pkgname.git#tag=$pkgname-$pkgver"
+        'git+https://github.com/simsong/be13_api.git'
+        'git+https://github.com/simsong/dfxml.git'
+        'git+https://github.com/joyent/http-parser.git')
+sha512sums=('SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP')
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git config submodule."src/be13_api".url "$srcdir/be13_api"
+  git config submodule."src/dfxml".url "$srcdir/dfxml"
+  git config submodule."src/http-parser".url "$srcdir/http-parser"
+  git submodule update
+
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname
+  sh bootstrap.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list