summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2016-02-01 20:17:05 +0100
committerValHue2016-02-01 20:17:05 +0100
commit2f8957773ede1b1a2a4eb48da4239855c28c9396 (patch)
treea74be6075c5126f1e0b465f1590e679ca301ed7a
parent7ede25f0bfb19f9dfdd2914f17bb1bd762cb766e (diff)
downloadaur-2f8957773ede1b1a2a4eb48da4239855c28c9396.tar.gz
Update to 0.6.0-3
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ead59d02b81..4fa70dce578e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 23 14:29:59 UTC 2016
+# Mon Feb 1 19:15:51 UTC 2016
pkgbase = pushbullet-indicator
pkgdesc = An indicator for working with PushBullet.
pkgver = 0.6.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.atareao.es/tag/pushbullet-indicator/
arch = i686
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = pushbullet-indicator
depends = shared-mime-info
depends = python-beautifulsoup4
depends = python-jinja
+ depends = python-pillow
depends = python-requests
depends = pushbullet-commons
provides = pushbullet-indicator
diff --git a/PKGBUILD b/PKGBUILD
index b9386b996574..79c0ccb90112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
#
pkgname="pushbullet-indicator"
pkgver="0.6.0"
-pkgrel="2"
+pkgrel="3"
pkgdesc="An indicator for working with PushBullet."
arch=('i686' 'x86_64')
url="http://www.atareao.es/tag/pushbullet-indicator/"
license=('GPL3')
-depends=('python' 'shared-mime-info' 'python-beautifulsoup4' 'python-jinja' 'python-requests' 'pushbullet-commons')
+depends=('python' 'shared-mime-info' 'python-beautifulsoup4' 'python-jinja' 'python-pillow' 'python-requests' 'pushbullet-commons')
makedepends=('python2-distutils-extra' 'python2-polib')
provides=("${pkgname}")
source=("https://launchpad.net/~atareao/+archive/ubuntu/atareao/+files/${pkgname}_${pkgver}-0extras14.04.1.tar.gz")