diff options
author | Lars Niesen | 2024-08-13 18:05:49 +0200 |
---|---|---|
committer | Lars Niesen | 2024-08-13 18:05:49 +0200 |
commit | 659e03b2af4c52e553fdd29627025346d5cc08ee (patch) | |
tree | b5a7023678d991d2cc0f7acbc17d4ed0b557f7a6 /PKGBUILD | |
parent | dd47bb819be420a762a51ad5fb12d32b3d0bcd15 (diff) | |
download | aur-659e03b2af4c52e553fdd29627025346d5cc08ee.tar.gz |
Bump to 4.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Mario Ortiz Manero <marioortizmanero@gmail.com> # Maintainer: Kyle Laker <kyle+aur@laker.email> pkgname=python-readchar -pkgver=4.1.0 +pkgver=4.2.0 pkgrel=1 pkgdesc="Python library to read characters and key strokes" arch=("any") @@ -11,7 +11,7 @@ depends=("python") makedepends=("python-build" "python-installer" "python-wheel" "python-setuptools") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/magmax/python-readchar/archive/v$pkgver.tar.gz" "LICENSE") -md5sums=('6acd75aed1666a29151e1b3f91638a84' +md5sums=('bcf79a4ed19e91f81cc718799152e3ce' '688183518094c78c59f08f1b74493a98') prepare() { |