summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 078d7a67c22c..79b384ee4566 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Jun 9 07:40:29 UTC 2018
pkgbase = driftnet-git
- pkgdesc = get files out of a tcp stream
- pkgver = v1.1.3.r44.gdf20fd7
+ pkgdesc = Driftnet watches network traffic, and picks out and displays JPEG and GIF images for display
+ pkgver = v1.3.0.r2.gc64d118
pkgrel = 1
url = https://github.com/deiv/driftnet
arch = i686
@@ -17,6 +15,7 @@ pkgbase = driftnet-git
depends = giflib
depends = gtk2
depends = libwebsockets
+ conflicts = driftnet
options = !emptydirs
options = !libtool
source = git://github.com/deiv/driftnet.git
diff --git a/PKGBUILD b/PKGBUILD
index 5b3d562ee7fd..fde82739f27b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
-# Maintainer: Marco44 <cousinmarc at gmail dot com>
+# Maintainer: yjun <jerrysteve1101 at gmail dot com>
+# Contributor: Marco44 <cousinmarc at gmail dot com>
+
pkgname=driftnet-git
_gitname=driftnet
-pkgver=v1.1.3.r44.gdf20fd7
+pkgver=v1.3.0.r2.gc64d118
pkgrel=1
-pkgdesc="get files out of a tcp stream"
+pkgdesc="Driftnet watches network traffic, and picks out and displays JPEG and GIF images for display"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url=https://github.com/deiv/driftnet
license=('GPL3')
depends=('libpcap' 'libjpeg' 'libpng12' 'giflib' 'gtk2' 'libwebsockets')
-builddepends=('autoconf')
makedepends=(git)
+conflicts=('driftnet')
options=(!emptydirs !libtool)
source=('git://github.com/deiv/driftnet.git')
md5sums=('SKIP')