summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjokersus2021-04-03 14:00:28 +0400
committerjokersus2021-04-03 14:00:28 +0400
commit51a747a9ad81d936ca9d5f05d8695dc8408b27ee (patch)
treedb969ea8d81d129458f186ca9d73ecd507c90b51 /PKGBUILD
parent952fe283d47198e70695857872e8a1c59056e8f9 (diff)
downloadaur-deluge2-stable-git.tar.gz
Added python-pip as a make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbdfb2759f40..a432831e1e92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# master branch PKGBUILD based on aur/deluge-git by Daniel Bermond
pkgname=deluge2-stable-git
-pkgver=2.0.3
+pkgver=2.0.3.gb711cd258
pkgrel=1
epoch=1
pkgdesc="A BitTorrent client with multiple user interfaces in a client/server model (git version, 'master' branch)"
@@ -23,7 +23,7 @@ optdepends=('geoip: for displaying peer locations'
'python-pygame: for sound notifications plugin'
'python-distro: for OS platform information'
'libnotify: for dektop popup notifications plugin')
-makedepends=('git' 'intltool' 'librsvg' 'python-gobject' 'slimit')
+makedepends=('git' 'intltool' 'librsvg' 'python-gobject' 'python-pip' 'slimit')
checkdepends=('python-pytest-twisted' 'python-pytest-cov' 'python-hypothesis'
'python-mock' 'python-cairo' 'xorg-server-xvfb' 'gtk3')
provides=('deluge')