summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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}"