version increased to 0.8.7.1
This commit is contained in:
parent
c4dc49ac5e
commit
638bf38b25
|
@ -4,4 +4,4 @@
|
|||
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
|
||||
__version__ = '0.8.7'
|
||||
__version__ = '0.8.7.1'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $Id$
|
||||
# Maintainer: Patrick Hüther <patrick dot huether at gmail dot com>
|
||||
pkgname=solaar
|
||||
pkgver=0.8.7
|
||||
pkgver=0.8.7.1
|
||||
pkgrel=1
|
||||
pkgdesc="Linux devices manager for the Logitech Unifying Receiver"
|
||||
arch=("any")
|
||||
|
@ -11,7 +11,7 @@ depends=(
|
|||
'systemd' 'python' 'python-pyudev'
|
||||
)
|
||||
optdepends=(
|
||||
'gtk3: required for GUI application'
|
||||
'gtk3: required for GUI application'
|
||||
'gobject-introspection: required for GUI application'
|
||||
'python-gobject: required for GUI application'
|
||||
)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
solaar (0.8.7-1) UNRELEASED; urgency=low
|
||||
solaar (0.8.7.1-1) UNRELEASED; urgency=low
|
||||
|
||||
* Debian packaging scripts, supports ubuntu ppa as well.
|
||||
|
||||
|
|
Loading…
Reference in New Issue