summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2016-07-24 12:32:46 +0200
committerValHue2016-07-24 12:32:46 +0200
commitfdb2fe26b158eed0c3d39ca28231834bf2c1c6bf (patch)
treefd0d7f92625f42489a2414976ad7478146166399
parent33637bc918f17ab0a2c641e11c3b4396f1bc9671 (diff)
downloadaur-fdb2fe26b158eed0c3d39ca28231834bf2c1c6bf.tar.gz
Update to 0.6.3-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62cb5b07396d..8204ecf3eaea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Fri Mar 11 09:57:06 UTC 2016
pkgbase = pushbullet-indicator
pkgdesc = An indicator for working with PushBullet.
- pkgver = 0.6.0
- pkgrel = 4
- url = http://www.atareao.es/tag/pushbullet-indicator/
+ pkgver = 0.6.3
+ pkgrel = 1
+ url = https://www.atareao.es/apps/pushbullet-indicator-para-enviar-archivos-entre-ubuntu-y-android/
arch = i686
arch = x86_64
license = GPL3
@@ -19,8 +17,8 @@ pkgbase = pushbullet-indicator
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
+ source = https://launchpad.net/~atareao/+archive/ubuntu/pushbullet/+files/pushbullet-indicator_0.6.3-0extras16.04.0.tar.xz
+ sha256sums = 5bacfbe0ea6bfeb8b5946aec8d71b5bfe910a1971f6323bbfbd3531ed42c6776
pkgname = pushbullet-indicator
diff --git a/PKGBUILD b/PKGBUILD
index 101b60629677..a71f9883e26d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
# Contributor: ValHue <vhuelamo at gmail dot com>
#
pkgname="pushbullet-indicator"
-pkgver="0.6.0"
-pkgrel="4"
+pkgver="0.6.3"
+pkgrel="1"
pkgdesc="An indicator for working with PushBullet."
arch=('i686' 'x86_64')
-url="http://www.atareao.es/tag/pushbullet-indicator/"
+url="https://www.atareao.es/apps/pushbullet-indicator-para-enviar-archivos-entre-ubuntu-y-android/"
license=('GPL3')
depends=('libappindicator-gtk3' '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")
-sha256sums=('b9ff6936c6095d6b81b7331f99965f18e590a04c8086d7d0874782ba2721f3b6')
+source=("https://launchpad.net/~atareao/+archive/ubuntu/pushbullet/+files/${pkgname}_${pkgver}-0extras16.04.0.tar.xz")
+sha256sums=('5bacfbe0ea6bfeb8b5946aec8d71b5bfe910a1971f6323bbfbd3531ed42c6776')
#install="${pkgname}.install"
build() {