summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2017-02-01 13:04:06 -0500
committerAdam Goldsmith2017-02-01 13:04:06 -0500
commitb59a234ee95e8658c715d3b469ddd5ca899769b5 (patch)
treeeac5ad385c5276233a95d9a2b93f5fc3c0036d7b /PKGBUILD
parent47d1bb34539823030abaff29d78b33aac9eea844 (diff)
downloadaur-python2-libpebble2-git.tar.gz
Add missing python2-backports.ssl_match_hostname dependency
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")