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
|
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||||
|
|
||||||
__version__ = '0.8.7'
|
__version__ = '0.8.7.1'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
# Maintainer: Patrick Hüther <patrick dot huether at gmail dot com>
|
# Maintainer: Patrick Hüther <patrick dot huether at gmail dot com>
|
||||||
pkgname=solaar
|
pkgname=solaar
|
||||||
pkgver=0.8.7
|
pkgver=0.8.7.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Linux devices manager for the Logitech Unifying Receiver"
|
pkgdesc="Linux devices manager for the Logitech Unifying Receiver"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
|
@ -11,7 +11,7 @@ depends=(
|
||||||
'systemd' 'python' 'python-pyudev'
|
'systemd' 'python' 'python-pyudev'
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'gtk3: required for GUI application'
|
'gtk3: required for GUI application'
|
||||||
'gobject-introspection: required for GUI application'
|
'gobject-introspection: required for GUI application'
|
||||||
'python-gobject: 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.
|
* Debian packaging scripts, supports ubuntu ppa as well.
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ from distutils.core import setup
|
||||||
|
|
||||||
|
|
||||||
setup(name='solaar',
|
setup(name='solaar',
|
||||||
version='0.8.7',
|
version='0.8.7.1',
|
||||||
description='Linux devices manager for the Logitech Unifying Receiver.',
|
description='Linux devices manager for the Logitech Unifying Receiver.',
|
||||||
long_description='''
|
long_description='''
|
||||||
Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals.
|
Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals.
|
||||||
|
|
Loading…
Reference in New Issue