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