diff options
author | goll | 2019-03-18 20:29:52 +0100 |
---|---|---|
committer | goll | 2019-03-18 20:29:52 +0100 |
commit | e39d49ad750bbadd8dd552bc9bc59933333736e0 (patch) | |
tree | b3e1c2ed6c87cf2ab96c07334b70109e609c5db2 | |
parent | 8e5b59af84975b78298fc4d17417a836a7a6a9bc (diff) | |
download | aur-e39d49ad750bbadd8dd552bc9bc59933333736e0.tar.gz |
Add traceroute dep for bw limiter
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = tixati pkgdesc = Tixati is a peer-to-peer file sharing program that uses the popular BitTorrent protocol pkgver = 2.59 - pkgrel = 1 + pkgrel = 2 url = http://www.tixati.com/ install = tixati.install arch = x86_64 @@ -9,6 +9,7 @@ pkgbase = tixati depends = gtk2 depends = hicolor-icon-theme depends = dbus-glib + depends = traceroute optdepends = gconf: for shell integration source = LICENSE sha256sums = 4b8bc7a9be3ad1300dd8e90cbf5af96a597379c3b994ee0793990fee3290c8d2 @@ -2,12 +2,12 @@ pkgname=tixati pkgver=2.59 -pkgrel=1 +pkgrel=2 pkgdesc="Tixati is a peer-to-peer file sharing program that uses the popular BitTorrent protocol" arch=('x86_64') url='http://www.tixati.com/' license=('custom:tixati') -depends=('gtk2' 'hicolor-icon-theme' 'dbus-glib') +depends=('gtk2' 'hicolor-icon-theme' 'dbus-glib' 'traceroute') optdepends=('gconf: for shell integration') install='tixati.install' source=('LICENSE') |