summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2020-02-02 10:33:16 +0100
committerrazer2020-02-02 10:33:16 +0100
commit053007eabe311260ce86c6e8dab34b75e0ccf23b (patch)
tree83421f278836cc049fe5ac547684254e4bff79a9
parentcc7a38da324da3fcbb10e644448f733e191f99f1 (diff)
downloadaur-053007eabe311260ce86c6e8dab34b75e0ccf23b.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ca235f5ec34..50a6fca15ed8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-adafruit-circuitpython-pcd8544
pkgdesc = CircuitPython display control library for Nokia PCD8544 monochrome displays
- pkgver = 1.1.1
- pkgrel = 1
+ pkgver = 1.1.2
+ pkgrel = 0
url = https://github.com/adafruit/Adafruit_CircuitPython_PCD8544
arch = armv6h
arch = armv7h
@@ -10,8 +10,8 @@ pkgbase = python-adafruit-circuitpython-pcd8544
depends = python
depends = python-adafruit-circuitpython-busdevice
optdepends = python-raspberry-gpio
- source = https://pypi.io/packages/source/a/adafruit-circuitpython-pcd8544/adafruit-circuitpython-pcd8544-1.1.1.tar.gz
- sha256sums = f1e4851420a62f0365c17ed1d1114e4a30b8201902a4284462e992f66b8b080f
+ source = https://pypi.io/packages/source/a/adafruit-circuitpython-pcd8544/adafruit-circuitpython-pcd8544-1.1.2.tar.gz
+ sha256sums = 3e94218ef742c97392bc4fcbe14bda584d59f0f6e4aed164b84dc7c955becf24
pkgname = python-adafruit-circuitpython-pcd8544
diff --git a/PKGBUILD b/PKGBUILD
index 0de5b5db6d5b..fa5936fddbc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-adafruit-circuitpython-pcd8544
_pypi_pkgname=adafruit-circuitpython-pcd8544
-pkgver=1.1.1
-pkgrel=1
+pkgver=1.1.2
+pkgrel=0
pkgdesc="CircuitPython display control library for Nokia PCD8544 monochrome displays"
arch=('armv6h' 'armv7h')
url="https://github.com/adafruit/Adafruit_CircuitPython_PCD8544"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
depends=('python' 'python-adafruit-circuitpython-busdevice')
optdepends=('python-raspberry-gpio')
source=("https://pypi.io/packages/source/a/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('f1e4851420a62f0365c17ed1d1114e4a30b8201902a4284462e992f66b8b080f')
+sha256sums=('3e94218ef742c97392bc4fcbe14bda584d59f0f6e4aed164b84dc7c955becf24')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"