summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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")