summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2021-02-06 07:08:53 +0100
committerrazer2021-02-06 07:08:53 +0100
commitb2a54defc3932b6ea93c579be6186addef0aba98 (patch)
tree22c8d794b41e5a55bf0faadb5814eef15ec521ac
parenta079b45e4b84e5a9c2902033f1644f9deccb6bc2 (diff)
downloadaur-b2a54defc3932b6ea93c579be6186addef0aba98.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 72d351d4002f..d16dd759cc0c 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.2.2
- pkgrel = 2
+ pkgver = 1.2.3
+ 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.2.2.tar.gz
- sha256sums = 3b81dfab693cb6a0d21bba500ecd27977136ed6280dc8b6c5ae8c6cfa4927d9f
+ source = https://pypi.io/packages/source/a/adafruit-circuitpython-pcd8544/adafruit-circuitpython-pcd8544-1.2.3.tar.gz
+ sha256sums = c70c7d30f59915299aeb9e0ccedcdaef3c0582bacd8887777846dac90b95dbab
pkgname = python-adafruit-circuitpython-pcd8544
diff --git a/PKGBUILD b/PKGBUILD
index b4289ac12b64..859eaeca3632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-adafruit-circuitpython-pcd8544
_pypi_pkgname=adafruit-circuitpython-pcd8544
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.3
+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=('3b81dfab693cb6a0d21bba500ecd27977136ed6280dc8b6c5ae8c6cfa4927d9f')
+sha256sums=('c70c7d30f59915299aeb9e0ccedcdaef3c0582bacd8887777846dac90b95dbab')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"