Date: Sunday, May 19, 2019 @ 22:20:37 Author: heftig Revision: 353622
1.2.0-1 Modified: python-evdev/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-19 16:47:48 UTC (rev 353621) +++ PKGBUILD 2019-05-19 22:20:37 UTC (rev 353622) @@ -1,8 +1,8 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=python-evdev -pkgver=1.1.2 -pkgrel=2 +pkgver=1.2.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=34a7535e8e160c78bf923adc48a1f1f6bcdcaae8 # tags/v1.1.2 +_commit=91710cd7b86573f9bdb139ff9e9cfce212c94879 # tags/v1.2.0^0 source=("git+https://github.com/gvalkov/python-evdev#commit=$_commit") sha256sums=('SKIP')
