summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2019-06-05 21:50:16 +0000
committerDaniel Bermond2019-06-05 21:50:16 +0000
commit5a4856fe495ab56c3bcd4e10b4b6f180af7d06c6 (patch)
tree1fc2721401de03e4994d33473063de8f58d4c23e /PKGBUILD
parent645182c7c842c008a24d1b7afe4952d4cb5b2733 (diff)
downloadaur-5a4856fe495ab56c3bcd4e10b4b6f180af7d06c6.tar.gz
Remove duplicated dependency
python2-mako is now on depends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9cccb7f66a92..91508dcda9d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=deluge-git
_srcname=deluge
pkgver=2.0.0b2.dev342.g72d363968
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="A BitTorrent client with multiple user interfaces in a client/server model (git version, 'develop' branch)"
arch=('any')
@@ -27,7 +27,7 @@ optdepends=('librsvg: gtk ui'
'geoip: display peer locations')
makedepends=(
# binary repositories:
- 'git' 'intltool' 'librsvg' 'pygtk' 'python2-mako'
+ 'git' 'intltool' 'librsvg' 'pygtk'
# AUR:
'slimit2'
)