summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDictator Mei2018-08-11 13:52:55 +0900
committerDictator Mei2018-08-11 13:52:55 +0900
commit7ad82ff1f09a9db1c1ecb3f99a3d73206edfc214 (patch)
treedfbaddde8c600f90b1911ff35b960fb34f918303
parentae4b830d0cb213cd9b69c6c8d5c20146f5d9d11f (diff)
downloadaur-7ad82ff1f09a9db1c1ecb3f99a3d73206edfc214.tar.gz
update depends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49d4cd58061c..606e976322c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = net-speeder-git
url = https://github.com/snooda/net-speeder
arch = x86_64
license = GPL
+ depends = git
depends = libnet
depends = libpcap
provides = net-speeder
diff --git a/PKGBUILD b/PKGBUILD
index 9d0810aa03e3..209027066fd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A program to speed up single thread download upon long delay and unstab
arch=('x86_64')
url="https://github.com/snooda/net-speeder"
license=('GPL')
-depends=('libnet' 'libpcap')
+depends=("git" "libnet" "libpcap")
provides=('net-speeder')
conflicts=('net-speeder')
source=("git+https://github.com/snooda/net-speeder.git"