[arch-commits] Commit in python-evdev/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 23:25:32 UTC 2022


    Date: Saturday, April 2, 2022 @ 23:25:31
  Author: heftig
Revision: 441362

1.5.0-1

Modified:
  python-evdev/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 23:18:47 UTC (rev 441361)
+++ PKGBUILD	2022-04-02 23:25:31 UTC (rev 441362)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=python-evdev
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.5.0
+pkgrel=1
 pkgdesc="Python bindings for the Linux input subsystem"
 url="https://python-evdev.readthedocs.io/en/latest/"
 arch=(x86_64)
@@ -9,13 +9,14 @@
 license=(BSD)
 depends=(python)
 makedepends=(git)
-_commit=5adc2abf1ec8a02c05c80cb1b3e34ba1d4237803  # tags/v1.4.0^0
+options=(debug)
+_commit=92c009a5001ebbfa94b535d8cff8c6ed9c51c35b  # tags/v1.5.0^0
 source=("git+https://github.com/gvalkov/python-evdev#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 build() {



More information about the arch-commits mailing list