summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun1232020-05-08 19:00:50 +0800
committeryjun1232020-05-08 19:00:50 +0800
commitb72ccb141cadc0aec49b2ef62dc614b0f9291dbc (patch)
tree21110da3c3b6bd8a179c34369f61e27193189a12 /PKGBUILD
parent979f88626a7ca75f2bca2facbd194b9ad1aa4c8a (diff)
downloadaur-b72ccb141cadc0aec49b2ef62dc614b0f9291dbc.tar.gz
updated the description and changed the maintainer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
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')