summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-05-12 15:10:18 +0000
committerDaniel Bermond2019-05-12 15:10:18 +0000
commitd3129b20a2ecfc9a84470ccba67789e06ef33e75 (patch)
tree1cb5d3e3ca08dc350dd04e097c2f54813184b704
parentc57e1a4d63a9f5973e3ce9f79840aec7ee7b09ef (diff)
downloadaur-d3129b20a2ecfc9a84470ccba67789e06ef33e75.tar.gz
Move python2-pillow to depends (now a mandatory dependency)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ac8ea4686d6..37420cc7e626 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deluge-git
pkgdesc = A BitTorrent client with multiple user interfaces in a client/server model (git version, 'develop' branch)
- pkgver = 2.0.0b2.dev313.gb2e19561e
- pkgrel = 2
+ pkgver = 2.0.0b2.dev331.gf885edd7f
+ pkgrel = 1
epoch = 1
url = https://deluge-torrent.org/
arch = any
@@ -19,6 +19,7 @@ pkgbase = deluge-git
depends = python2-pyasn1
depends = python2-pyopenssl
depends = python2-xdg
+ depends = python2-pillow
depends = python2-chardet
depends = python2-six
depends = python2-setproctitle
@@ -33,7 +34,6 @@ pkgbase = deluge-git
optdepends = python2-mako: web ui
optdepends = python2-notify: libnotify notifications
optdepends = python2-pygame: audible notifications
- optdepends = python2-pillow: .ico support
optdepends = python2-rencode: encoding library
optdepends = python2-dbus: show item location in filemanager
optdepends = geoip: display peer locations
diff --git a/PKGBUILD b/PKGBUILD
index caf4cc7b1c31..5509034d5963 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=deluge-git
_srcname=deluge
-pkgver=2.0.0b2.dev313.gb2e19561e
-pkgrel=2
+pkgver=2.0.0b2.dev331.gf885edd7f
+pkgrel=1
epoch=1
pkgdesc="A BitTorrent client with multiple user interfaces in a client/server model (git version, 'develop' branch)"
arch=('any')
@@ -15,9 +15,9 @@ url='https://deluge-torrent.org/'
license=('GPL3')
depends=('desktop-file-utils' 'hicolor-icon-theme' 'libtorrent-rasterbar'
'python2-twisted' 'python2-pyasn1' 'python2-pyopenssl' 'python2-xdg'
- 'python2-chardet' 'python2-six' 'python2-setproctitle'
- 'python2-zope-interface' 'python2-service-identity'
- 'python2-rencode' 'python2-setuptools' 'xdg-utils')
+ 'python2-pillow' 'python2-chardet' 'python2-six' 'python2-setproctitle'
+ 'python2-zope-interface' 'python2-service-identity' 'python2-rencode'
+ 'python2-setuptools' 'xdg-utils')
makedepends=(
# binary repositories:
'git' 'intltool' 'librsvg' 'pygtk' 'python2-mako'
@@ -30,7 +30,6 @@ optdepends=('librsvg: gtk ui'
'python2-mako: web ui'
'python2-notify: libnotify notifications'
'python2-pygame: audible notifications'
- 'python2-pillow: .ico support'
'python2-rencode: encoding library'
'python2-dbus: show item location in filemanager'
'geoip: display peer locations')