diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,10 +7,10 @@ pkgver=1.2.0 pkgrel=1 pkgdesc="A network utility for linux. Monitor the devices on your network and check bandwidth and speed details." arch=('x86_64') -url="http://eaglemode.sourceforge.net/" +url="https://github.com/babluboy/nutty" license=('GPL3') -conflicts=("${_basename}") -provides=("${_basename}" "${_binname}") +conflicts=("${_basename}" "${_basename}-git") +provides=("${_basename}") makedepends=('tar') depends=('gtk3' 'granite' 'sqlite' 'libxml2' 'libnotify' 'libgee' 'net-tools' 'nethogs' 'nmap' 'traceroute' 'vnstat' 'curl' 'wireless_tools' 'iproute2' 'pciutils') source=("https://github.com/babluboy/nutty/releases/download/${pkgver}/com.github.babluboy.${_basename}_${pkgver}_amd64.deb") |