summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65d34c1baddf..c41f6a88a6ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Sat Jan 23 14:27:30 UTC 2016
pkgbase = pushbullet-commons
pkgdesc = A library to work width pushbullet
- pkgver = 0.4.0
+ pkgver = 0.5.6
pkgrel = 1
- url = http://www.atareao.es/tag/pushbullet/
+ url = https://www.atareao.es/apps/pushbullet-indicator-para-enviar-archivos-entre-ubuntu-y-android/
arch = any
- license = GPL-3.0+
+ license = GPL3
makedepends = python2-distutils-extra
depends = python2
- source = https://launchpad.net/~atareao/+archive/ubuntu/atareao/+files/pushbullet-commons_0.4.0-0extras14.04.1.tar.gz
- md5sums = ff8fd8cd6a67c9b242fce2d1c13a6119
+ source = https://launchpad.net/~atareao/+archive/ubuntu/pushbullet/+files/pushbullet-commons_0.5.6-0extras16.04.4.tar.xz
+ sha256sums = c8d597cb3c15e27073e6e4914a7673a48e9a3112c168d2bbe680ff7f429f2336
pkgname = pushbullet-commons
diff --git a/PKGBUILD b/PKGBUILD
index acf97d29e949..5fa75042d79f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# https://github.com/ValHue/AUR-PKGBUILDs
pkgname="pushbullet-commons"
-pkgver="0.4.0"
+pkgver="0.5.6"
pkgrel="1"
pkgdesc="A library to work width pushbullet"
arch=('any')
-url="http://www.atareao.es/tag/pushbullet/"
-license=('GPL-3.0+')
+url="https://www.atareao.es/apps/pushbullet-indicator-para-enviar-archivos-entre-ubuntu-y-android/"
+license=('GPL3')
depends=('python2')
makedepends=('python2-distutils-extra')
-source=("https://launchpad.net/~atareao/+archive/ubuntu/atareao/+files/${pkgname}_${pkgver}-0extras14.04.1.tar.gz")
-md5sums=('ff8fd8cd6a67c9b242fce2d1c13a6119')
+source=("https://launchpad.net/~atareao/+archive/ubuntu/pushbullet/+files/${pkgname}_${pkgver}-0extras16.04.4.tar.xz")
+sha256sums=('c8d597cb3c15e27073e6e4914a7673a48e9a3112c168d2bbe680ff7f429f2336')
build() {
cd "${srcdir}/${pkgname}"
@@ -23,4 +23,4 @@ package() {
python2 setup.py install --root="${pkgdir}" --optimize=1
}
-# vim:set ts=4 sw=2 ft=sh et: \ No newline at end of file
+# vim:set ts=4 sw=2 ft=sh et: