summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Whitt2017-05-03 16:48:37 -0400
committerAlex Whitt2017-05-03 16:48:37 -0400
commitd0841dbc3ad4cdfdf8eb3099d5d87bd3cf858956 (patch)
tree575a4705b30f9dd7fa06a0a740973dd824006474 /PKGBUILD
parentff3aa70373e731ed57204814d5d64b1e4cc70b51 (diff)
downloadaur-d0841dbc3ad4cdfdf8eb3099d5d87bd3cf858956.tar.gz
Adding wireshark dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0164e3d1317..de7d3dd45707 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=emacs-${_pkgdestdirname}
arch=(any)
url="https://github.com/${_pkgmaintainer}/${_pkgsrcname}"
license=('GPL2')
-depends=('emacs')
+depends=('emacs' 'wireshark-cli')
source=("$pkgname-$pkgver.tar.gz::https://github.com/${_pkgmaintainer}/${_pkgsrcname}/archive/master.zip")
sha256sums=('SKIP')