summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Scarborough2023-12-23 19:29:13 -0600
committerKim Scarborough2023-12-23 19:29:13 -0600
commit16d0540d1ac97608efc87c143ac40c7950f90df2 (patch)
tree5ae05b5c99c460b28271a2f8862884436c22fbe4
parent640463b69fe7a29a0ecd7cb380861fd2fe4a2072 (diff)
downloadaur-python-rplcd.tar.gz
Update to 1.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89ad0d31c9e3..19aa1a619609 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-rplcd
pkgdesc = LCD library for the widely used Hitachi HD44780 controller
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/dbrgn/RPLCD
arch = any
license = MIT
depends = python
- source = python-rplcd-1.3.0.tar.gz::https://github.com/dbrgn/RPLCD/archive/v1.3.0.tar.gz
- sha512sums = 61df660c76ef20798c23bdca75bc73c9af4bef03aca8d45cad02fb3527da0478b1932fa37a5f6c8f7218d5adc62a4dbf49a8f75801ba12cca9362797c9cb72d8
+ depends = python-setuptools
+ source = python-rplcd-1.3.1.tar.gz::https://github.com/dbrgn/RPLCD/archive/v1.3.1.tar.gz
+ sha512sums = 68fc57e3588b452ad8a1d7814db4e151109efaa48ab9d8b4bac1cdf27486dbc386466bc668616c3954c4303c412798f883ed2af0da0d2240deadd7b0f4127b59
pkgname = python-rplcd
-
diff --git a/PKGBUILD b/PKGBUILD
index ab655124ad6f..1c5b1fcb5fe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Jonas Heinrich <onny@project-insanity.org>
+# Maintainer: Kim Scarborough <kim@scarborough.kim>
# Contributor: Jonas Heinrich <onny@project-insantiy.org>
pkgname=python-rplcd
_pkgname=RPLCD
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="LCD library for the widely used Hitachi HD44780 controller"
arch=(any)
url='https://github.com/dbrgn/RPLCD'
license=('MIT')
-depends=('python')
+depends=('python' 'python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dbrgn/RPLCD/archive/v${pkgver}.tar.gz")
-sha512sums=('61df660c76ef20798c23bdca75bc73c9af4bef03aca8d45cad02fb3527da0478b1932fa37a5f6c8f7218d5adc62a4dbf49a8f75801ba12cca9362797c9cb72d8')
+sha512sums=('68fc57e3588b452ad8a1d7814db4e151109efaa48ab9d8b4bac1cdf27486dbc386466bc668616c3954c4303c412798f883ed2af0da0d2240deadd7b0f4127b59')
package() {
cd "${_pkgname}-${pkgver}"