makedeb


python3-readchar 4.2.1-0


Python library to read characters and key strokes

Click here to go back to the commit logs for python3-readchar.

Commit:


Hash: 08b6331f306064fb85d2abc27d9ac403e74f2e70

Message: Bump version to 3.0.4 This also includes an update to the LICENSE file to reflect changes made in the upstream project's README.

Diff


diff --git a/.SRCINFO b/.SRCINFO
index b435b79..0b8f03c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = python-readchar
 	pkgdesc = Python library to read characters and key strokes
-	pkgver = 3.0.3
+	pkgver = 3.0.4
 	pkgrel = 1
 	url = https://github.com/magmax/python-readchar
 	arch = any
@@ -8,10 +8,10 @@ pkgbase = python-readchar
 	makedepends = python-setuptools
 	makedepends = flake8
 	depends = python
-	source = python-readchar-3.0.3.tar.gz::https://github.com/magmax/python-readchar/archive/v3.0.3.tar.gz
+	source = python-readchar-3.0.4.tar.gz::https://github.com/magmax/python-readchar/archive/v3.0.4.tar.gz
 	source = LICENSE
-	md5sums = f7ee27cbdea3de2477e8a1bc20678a09
-	md5sums = 6fe7ddd14c619721d6db734a05d7d423
+	md5sums = 5248501d02afb078a6f46a0fa5cf39d9
+	md5sums = 688183518094c78c59f08f1b74493a98
 
 pkgname = python-readchar
 
diff --git a/LICENSE b/LICENSE
index 4965f46..9f2ea5e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014, 2015 Miguel Angel Garcia
+Copyright (c) 2014-2021 Miguel Angel Garcia
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/PKGBUILD b/PKGBUILD
index d1dd974..9895a7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Mario Ortiz Manero <marioortizmanero@gmail.com>
 # Maintainer: Kyle Laker <kyle+aur@laker.email>
 pkgname=python-readchar
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
 pkgdesc="Python library to read characters and key strokes"
 arch=("any")
@@ -11,8 +11,8 @@ depends=("python")
 makedepends=("python-setuptools" "flake8")
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/magmax/python-readchar/archive/v$pkgver.tar.gz"
         "LICENSE")
-md5sums=('f7ee27cbdea3de2477e8a1bc20678a09'
-         '6fe7ddd14c619721d6db734a05d7d423')
+md5sums=('5248501d02afb078a6f46a0fa5cf39d9'
+         '688183518094c78c59f08f1b74493a98')
 
 prepare() {
     cd "${srcdir}/$pkgname-$pkgver"