mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/hid-tools to 0.4-1
This commit is contained in:
parent
973200c210
commit
6b63540a9e
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
|||
# - remove makedepend on python-pypandoc
|
||||
|
||||
pkgname=hid-tools
|
||||
pkgver=0.3.1
|
||||
pkgrel=4
|
||||
pkgver=0.4
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
url='https://gitlab.freedesktop.org/libevdev/hid-tools'
|
||||
license=('GPL2')
|
||||
|
@ -13,7 +13,7 @@ pkgdesc='Python scripts to manipulate HID data'
|
|||
depends=('python-parse' 'python-pyudev' 'python-libevdev' 'python-click' 'python-yaml')
|
||||
makedepends=('python-setuptools' 'python-sphinx' 'python-sphinx_rtd_theme' 'python-sphinxcontrib-apidoc')
|
||||
source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
|
||||
sha512sums=('fb2f08ea02c7e615244b3691fc26778343a9aee8bddc593f415547a45c8e99831c5a9e574b1e55c965f2e9b7753a67dd2cf3a5106e595c88dabe6a6e3c4f1d8c')
|
||||
sha512sums=('1c98b6d3fe25e8c42f78524040f46b8770fac2e3b3a65425287d50eb9f6e63db1c25c297e73c8afed650dce35e69c47cee3416c6b00cb53e13ff04319e0ddcbc')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue