summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorskydrome2016-06-29 21:09:13 -0400
committerskydrome2016-06-29 21:09:13 -0400
commit0865e71cbdc8dc7ce854351ca145270772436f1b (patch)
tree29c20b095545c147b6b32c48911898a295a68e03 /PKGBUILD
parent63b3dfef0b4dba91c03616dbeb63cb1ca0839ec2 (diff)
downloadaur-0865e71cbdc8dc7ce854351ca145270772436f1b.tar.gz
deluge forced minified js for webui...
add python2-jsmin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 864e220a357d..4711a04fb1ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# PKGBUILD based on extra\deluge's PKGBUILD, adapted for -git version by Berseker
pkgname=deluge-git
-pkgver=2.0.0.dev556
+pkgver=2.0.0.dev726
pkgrel=1
pkgdesc="A bittorrent client written with python and pygtk - Git Version"
arch=('any')
@@ -29,7 +29,8 @@ makedepends=('intltool'
'pygtk'
'python2-mako'
'python2-setuptools'
- 'git' )
+ 'git'
+ 'python2-jsmin')
optdepends=('python2-pillow'
'librsvg: needed for gtk ui'