summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2016-01-23 15:30:59 +0100
committerValHue2016-01-23 15:30:59 +0100
commit7ede25f0bfb19f9dfdd2914f17bb1bd762cb766e (patch)
treef11c63d1aca8a5b18bb4d311e7f0281787a78f56
parent902f19f8519400cb466e84d5152c82fb7bb971eb (diff)
downloadaur-7ede25f0bfb19f9dfdd2914f17bb1bd762cb766e.tar.gz
Update to 0.6.0-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1e188617bfa..0ead59d02b81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 23 14:13:27 UTC 2016
+# Sat Jan 23 14:29:59 UTC 2016
pkgbase = pushbullet-indicator
pkgdesc = An indicator for working with PushBullet.
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.atareao.es/tag/pushbullet-indicator/
arch = i686
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = pushbullet-indicator
depends = python-beautifulsoup4
depends = python-jinja
depends = python-requests
+ depends = pushbullet-commons
provides = pushbullet-indicator
source = https://launchpad.net/~atareao/+archive/ubuntu/atareao/+files/pushbullet-indicator_0.6.0-0extras14.04.1.tar.gz
sha256sums = b9ff6936c6095d6b81b7331f99965f18e590a04c8086d7d0874782ba2721f3b6
diff --git a/PKGBUILD b/PKGBUILD
index 61e553562bbb..b9386b996574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
#
pkgname="pushbullet-indicator"
pkgver="0.6.0"
-pkgrel="1"
+pkgrel="2"
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')
+depends=('python' 'shared-mime-info' 'python-beautifulsoup4' 'python-jinja' '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")