summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e8b19414b0f..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.2.2
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/dbrgn/RPLCD
arch = any
license = MIT
depends = python
- source = python-rplcd-1.2.2.tar.gz::https://github.com/dbrgn/RPLCD/archive/v1.2.2.tar.gz
- sha512sums = 9a5c223cb990e1e20cd2b86e23a49fd1b99b24809163b769bd20c35c1a9b7c8398d725fe9275f27787ec9210b7d415bbae4a31b1c6d1595bb636132b0ca97a1e
+ 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 184c0e6d3874..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.2.2
+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=('9a5c223cb990e1e20cd2b86e23a49fd1b99b24809163b769bd20c35c1a9b7c8398d725fe9275f27787ec9210b7d415bbae4a31b1c6d1595bb636132b0ca97a1e')
+sha512sums=('68fc57e3588b452ad8a1d7814db4e151109efaa48ab9d8b4bac1cdf27486dbc386466bc668616c3954c4303c412798f883ed2af0da0d2240deadd7b0f4127b59')
package() {
cd "${_pkgname}-${pkgver}"