summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoll2019-03-18 20:29:52 +0100
committergoll2019-03-18 20:29:52 +0100
commite39d49ad750bbadd8dd552bc9bc59933333736e0 (patch)
treeb3e1c2ed6c87cf2ab96c07334b70109e609c5db2
parent8e5b59af84975b78298fc4d17417a836a7a6a9bc (diff)
downloadaur-e39d49ad750bbadd8dd552bc9bc59933333736e0.tar.gz
Add traceroute dep for bw limiter
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 562687ccd4a1..e81ba0119d70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 6b4aa10fc804..591b4d6dc3e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')