[arch-commits] Commit in python-hid/trunk (PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Tue Jul 20 16:37:56 UTC 2021
Date: Tuesday, July 20, 2021 @ 16:37:56
Author: foxboron
Revision: 980321
upgpkg: python-hid 1.0.4-5
Modified:
python-hid/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-20 16:35:35 UTC (rev 980320)
+++ PKGBUILD 2021-07-20 16:37:56 UTC (rev 980321)
@@ -3,7 +3,7 @@
pkgname=python-hid
pkgver=1.0.4
-pkgrel=4
+pkgrel=5
_pkgname=${pkgname#python-}
pkgdesc="Python hidapi bindings in ctypes (aka pyhidapi)"
arch=(any)
@@ -10,7 +10,8 @@
url="https://github.com/apmorton/pyhidapi"
license=(MIT)
depends=(hidapi python)
-makedepends=(python-setuptools python2-setuptools)
+conflicts=(python-hidapi)
+makedepends=(python-setuptools)
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
sha256sums=('f61b0382f37a334bc8ba8604bc84b94875ee4f594fbbaf82b2c3b3e827883fc1')
More information about the arch-commits
mailing list