summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2024-01-17 08:11:12 +0100
committerrazer2024-01-17 08:11:12 +0100
commitad9c00a38c173fb0e6799727e0b4fb8ff003fd4a (patch)
tree43308c3e25c25e6144ee378226ac644904b0eb00 /PKGBUILD
parentdd297b5d485828dcc388975814d98b3c8ffee2d7 (diff)
downloadaur-python-adafruit-circuitpython-framebuf.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55aaf36209c2..3af01a41abf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-adafruit-circuitpython-framebuf
_pypi_pkgname=adafruit-circuitpython-framebuf
-pkgver=1.6.4
+pkgver=1.6.5
pkgrel=0
pkgdesc="CircuitPython frambuf module, based on the Python frambuf module"
arch=('any')
@@ -20,7 +20,7 @@ depends=(
)
optdepends=('python-rpi-gpio')
source=("https://pypi.io/packages/source/a/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('5bdc2d20382e14591eaeb392c24fbb17f60f01fc548cfcc148a1b83cfc8a5f49')
+sha256sums=('d0c71d123606a8ef18f0e1093bee28b93a70fa0baf2461c86ce644f09c8d3272')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"