summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55eeb28f9f5e..b81660f4f4d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 27 16:44:04 UTC 2016
+# Wed Feb 1 18:02:45 UTC 2017
pkgbase = python2-libpebble2-git
pkgdesc = The library portion of the successor to libpebble, a python library for interacting with Pebble devices.
- pkgver = v0.0.17.3.gab2cd38
+ pkgver = v0.0.27
pkgrel = 1
url = https://github.com/pebble/libpebble2
arch = i386
@@ -13,6 +13,7 @@ pkgbase = python2-libpebble2-git
depends = python2-six
depends = python2-websocket-client
depends = python2-wsgiref
+ depends = python2-backports.ssl_match_hostname
provides = python2-libpebble2
conflicts = python2-libpebble2
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 166f4555912d..a26627db5b16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Goldsmith <adam@adamgoldsmith.name>
pkgname=python2-libpebble2-git
-pkgver=v0.0.17.3.gab2cd38
+pkgver=v0.0.27
pkgrel=1
pkgdesc="The library portion of the successor to libpebble, a python library for interacting with Pebble devices."
arch=('i386' 'x86_64')
@@ -10,7 +10,8 @@ url="https://github.com/pebble/libpebble2"
depends=('python2'
'python2-six'
'python2-websocket-client'
- 'python2-wsgiref')
+ 'python2-wsgiref'
+ 'python2-backports.ssl_match_hostname')
makedepends=('python2-setuptools')
provides=("python2-libpebble2")
conflicts=("python2-libpebble2")