Date: Saturday, January 18, 2020 @ 16:39:48 Author: heftig Revision: 373683
1.3.0-1 Modified: python-evdev/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-18 16:29:52 UTC (rev 373682) +++ PKGBUILD 2020-01-18 16:39:48 UTC (rev 373683) @@ -1,8 +1,8 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=python-evdev -pkgver=1.2.0 -pkgrel=3 +pkgver=1.3.0 +pkgrel=1 pkgdesc="Python bindings for the Linux input subsystem" url="https://python-evdev.readthedocs.io/en/latest/" arch=(x86_64) @@ -9,7 +9,7 @@ license=(BSD) depends=(python) makedepends=(git) -_commit=91710cd7b86573f9bdb139ff9e9cfce212c94879 # tags/v1.2.0^0 +_commit=43c8791d33ca1cc1ed787c7a7e29a2fcf9652a08 # tags/v1.3.0^0 source=("git+https://github.com/gvalkov/python-evdev#commit=$_commit") sha256sums=('SKIP')
