diff options
-rw-r--r-- | pcr/python-xbee/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr/python-xbee/PKGBUILD b/pcr/python-xbee/PKGBUILD index c0771bf3e..3504abc6e 100644 --- a/pcr/python-xbee/PKGBUILD +++ b/pcr/python-xbee/PKGBUILD @@ -3,13 +3,14 @@ pkgname=python-xbee pkgver=2.1.0 -pkgrel=1 +pkgrel=1.1 pkgdesc='Python tools for working with XBee radios' url='https://pypi.python.org/pypi/XBee' arch=('any') license=('MIT') depends=('python' 'python-pyserial') source=("https://pypi.python.org/packages/source/X/XBee/XBee-${pkgver}.tar.gz") +md5sums=('ed3c8c24fd375d980fcef9ce520c53e8') package() { cd XBee-$pkgver |