summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjoern Franke2020-01-05 17:20:50 +0100
committerBjoern Franke2020-01-05 17:20:50 +0100
commita9fce97b3d3d19395a953ca6856e319521b508d2 (patch)
tree59f564ae50a634179ede0816fd2ee329dffbe53e /PKGBUILD
parent453ef5f15cd25447deb877077c30b787ca75bb43 (diff)
downloadaur-a9fce97b3d3d19395a953ca6856e319521b508d2.tar.gz
use python-pyusb instead of python-libusb1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95e84c3c0ee1..bf4c859e431b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: Bjoern Franke <bjo@nord-west.org>
+# Maintainer: Bjoern Franke <bjo+aur@schafweide.org>
pkgname=pywws
pkgver=19.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python software for USB Wireless WeatherStations"
arch=('any')
url="https://github.com/jim-easterbrook/pywws"
license=('GPL')
makedepends=('python-pip')
-depends=('python-tzlocal' 'python-libusb1')
+depends=('python-tzlocal' 'python-pyusb')
options=(!emptydirs)
source=(https://pypi.io/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz
'service')